Version 0.17
[catagits/Catalyst-Authentication-Credential-OpenID.git] / t / author / pod-coverage.t
1 #!perl -T
2 use Test::More;
3 eval "use Test::Pod::Coverage 1.04";
4 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
5 all_pod_coverage_ok();