Blame t/pod-coverage.t

Packit a83d8b
#!perl -T
Packit a83d8b
Packit a83d8b
use Test::More;
Packit a83d8b
eval "use Test::Pod::Coverage 1.04";
Packit a83d8b
plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
Packit a83d8b
all_pod_coverage_ok();