Put this into the tag/0.14 initially (which isn't actually a tag). This should be...
[catagits/Catalyst-Authentication-Credential-OpenID.git] / t / pod-coverage.t
CommitLineData
e5b6823d 1#!perl -T
788804c2 2use Test::More;
3eval "use Test::Pod::Coverage 1.04";
4plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
5all_pod_coverage_ok();