818f53393fec5d64669ad20eb5f2522d80845711
[catagits/Catalyst-Authentication-Credential-OpenID.git] / t / pod-coverage.t
1 #!perl -T
2
3 use Test::More;
4 eval "use Test::Pod::Coverage 1.04";
5 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
6 all_pod_coverage_ok();
7 #!perl -T
8
9 use Test::More;
10 eval "use Test::Pod::Coverage 1.04";
11 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
12 all_pod_coverage_ok();