Blame t/pod.t

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