#!/usr/bin/env perl -w use strict; use Test; BEGIN { plan tests => 1 } ok(1); # We're always OK! exit; __END__