Blame t/pod.t

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