Extended Testing
Test
8 of 21 : [
PREV
] [
NEXT
]
Test::Pod
Can test a specific list of files:
use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
my @poddirs = qw( blib script );
all_pod_files_ok( all_pod_files( @poddirs ) );
© 2004 Barbie
barbie@missbarbell.co.uk
Home
http://birmingham.pm.org/