update gitignore
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / 98-pod_coverage.t
CommitLineData
a7afecf7 1use Test::More;
2eval "use Test::Pod::Coverage 1.00";
587d381b 3plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage"
4 if $@;
a7afecf7 5all_pod_coverage_ok();