Massive Raft full of chnages. Hopefully, this is the exact right fix.
[catagits/Test-EOL.git] / t / 05-pod-coverage.t
CommitLineData
a83ae797 1use Test::More;
2eval "use Test::Pod::Coverage";
3plan skip_all => "Test::Pod::Coverage required for testing POD coverage" if $@;
4all_pod_coverage_ok();