Acme-CPANAuthors-CPANTS-FiveOrMore
view release on metacpan or search on metacpan
t/950_pod.t view on Meta::CPAN
#!/usr/bin/perl
use Test::More 0.88;
use strict;
use warnings;
no warnings 'syntax';
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod required for testing POD" if $@;
all_pod_files_ok ();
__END__
t/960_pod_coverage.t view on Meta::CPAN
#!/usr/bin/perl
use Test::More 0.88;
use strict;
use warnings;
no warnings 'syntax';
eval "use Test::Pod::Coverage 1.00";
plan skip_all => "Test::Pod::Coverage required for testing POD" if $@;
all_pod_coverage_ok ({private => [qr /^/]});
__END__
( run in 0.783 second using v1.01-cache-2.11-cpan-0a6323c29d9 )