X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2Fpod.t;fp=t%2Fpod.t;h=976d7cdfb2a829b1383ffe12570180e25c14668c;hp=0000000000000000000000000000000000000000;hb=c80a0905834ed09d487b84d7a00a3e92e44bbb62;hpb=221baba75d0a2decf1f4f4ff3e4b1ba0f64b2f71 diff --git a/t/pod.t b/t/pod.t new file mode 100644 index 0000000..976d7cd --- /dev/null +++ b/t/pod.t @@ -0,0 +1,6 @@ +#!perl -T + +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();