summaryrefslogtreecommitdiff
path: root/t/pod-coverage.t
blob: 963cbc9041c6f4b3999b59edcb9d17773a47fc72 (plain)
1
2
3
4
5
6
use Test::More;
eval "use Test::Pod::Coverage 0.08";
plan skip_all =>
 "Test::Pod::Coverage 0.08 required for testing POD coverage"
 if $@;
all_pod_coverage_ok();