I cannot figure out the how to make this work,  this succeeds with no
documentation in the modules.

#!/usr/bin/perl

#  Ensure POD is set up correctly.

use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;
all_pod_files_ok( map( glob( "*.pm" ), s/.pm$//) );



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to