#!/usr/bin/perl -w use autouse Test::More => 'no_plan'; if ( @ARGV == 0 ) { main(); } elsif ( @ARGV == 2 && lc( $ARGV[0] ) eq 'test' ) { Run_Test( $ARGV[1] ); } else { die "bad arguments: the comments may help in $0\n"; }
--
John.
In reply to Re: self testing code Test::More
by jmcnamara
in thread self testing code Test::More
by mandog
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |