summaryrefslogtreecommitdiff
path: root/t/00-pod.t
blob: 36819908ad8aa8f3daf9c639f71c57816c5db1e7 (plain)
1
2
3
4
5
6
7
use Test::More;
plan skip_all => 'Set DEVEL_TESTS to run these tests'
     unless $ENV{DEVEL_TESTS};
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD"
if $@;
all_pod_files_ok();