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