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