aboutsummaryrefslogtreecommitdiffstats
path: root/t/10-pod-coverage.t
blob: 2c5ca56464ab0a7dd4d53351ad2415272a9a47fa (plain)
1
2
3
4
use Test::More;
eval "use Test::Pod::Coverage 1.00";
plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
all_pod_coverage_ok();