- or download this
#!/usr/bin/perl
use 5.010;
...
main(@ARGV) unless caller;
sub main { die 'main() was run' }
- or download this
#!perl
use 5.010;
use strict;
...
}
done_testing;
- or download this
t/bin/00-run.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255