summaryrefslogtreecommitdiff
path: root/t/00-pod.t
blob: aa819afe96aa5b00e70ba2b87d03f031e6c41744 (plain)
1
2
3
4
5
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();