summaryrefslogtreecommitdiffstats
path: root/t/pod.t
blob: df36c2b9f2812a2ceb7a351c1f43467122d585ce (plain)
1
2
3
4
5
#!perl
use Test::More;
eval "use Test::Pod 1.14";
plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
all_pod_files_ok();