summaryrefslogtreecommitdiff
path: root/t/pod.t
blob: f3cc58be29e255a66e095e1b9d5861c4509b1847 (plain)
1
2
3
4
5
6
#!perl -Tw

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();