Blame t/pod.t

Packit fc16e3
use Test::More;
Packit fc16e3
Packit fc16e3
plan skip_all => "Pod coverage tests are not active. Please set \$ENV{AUTHOR_TESTING} to activate."
Packit fc16e3
	unless $ENV{AUTHOR_TESTING};
Packit fc16e3
Packit fc16e3
eval "use Test::Pod 1.14";
Packit fc16e3
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
Packit fc16e3
Packit fc16e3
all_pod_files_ok();