- or download this
perl -MTest::AutoPlan -e0 t/*
- or download this
use Test::More ( ... );
...
- or download this
use Test::AutoPlan qw( Test::More ... );
...
- or download this
use Test::AutoPlan 23 qw( Test::More ... );
...
- or download this
my $plan;
...
}
}
}