]>
Dogcows Code - chaz/chatty/blob - t/03podcoverage.t
6 plan skip_all
=> 'set TEST_POD to enable this test' unless $ENV{TEST_POD
};
8 eval "use Test::Pod::Coverage 1.04";
9 plan skip_all
=> 'Test::Pod::Coverage 1.04 required' if $@;
11 eval "use Pod::Coverage 0.20";
12 plan skip_all
=> 'Pod::Coverage 0.20 required' if $@;
14 all_pod_coverage_ok
();
This page took 0.040937 seconds and 5 git commands to generate.