X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2Fpod.t;h=484018839ad350c68ab0ced42c6638f8282a18ee;hp=976d7cdfb2a829b1383ffe12570180e25c14668c;hb=5a2e0210fe5c7da046be37b4240008f2b667be67;hpb=c80a0905834ed09d487b84d7a00a3e92e44bbb62 diff --git a/t/pod.t b/t/pod.t index 976d7cd..4840188 100644 --- a/t/pod.t +++ b/t/pod.t @@ -1,6 +1,8 @@ -#!perl -T - +use strict; +use warnings; 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();