- or download this
# file: dummy.pl
...
use warnings;
exit;
- or download this
# file: dummy.t
use strict;
...
my @cmd = qw( perl dummy.pl );
ok( run3( \@cmd ), "Running @cmd" );
- or download this
dummy....1..1
ok 1 - Running perl dummy.pl
ok
All tests successful.
Files=1, Tests=1, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 C
+PU)