Fix RT#79072, fixing dist Makefile.PL
[catagits/Catalyst-Authentication-Credential-OpenID.git] / t / author / 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();