Acme-CPANAuthors-Japanese

 view release on metacpan or  search on metacpan

t/99_pod.t  view on Meta::CPAN

1
2
3
4
5
6
7
8
use strict;
 
eval "use Test::Pod 1.18";
plan skip_all => 'Test::Pod 1.18 required' if $@;
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
all_pod_files_ok();

t/99_podcoverage.t  view on Meta::CPAN

1
2
3
4
5
6
7
8
9
use strict;
 
eval "use Test::Pod::Coverage 1.04";
plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
 
all_pod_coverage_ok();



( run in 0.461 second using v1.01-cache-2.11-cpan-bb97c1e446a )