Trying to get a new stable dev release up.
[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();