X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2Fpod.t;h=f1e1d3e375d2b802ad35abd32ba55f7f5eddacae;hb=413000a982b388f29cf9b06c87623cd4a11e9b5f;hp=976d7cdfb2a829b1383ffe12570180e25c14668c;hpb=8a4a3ba553f81cfdb679c19363f514efb04f29c1;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/t/pod.t b/t/pod.t index 976d7cd..f1e1d3e 100644 --- a/t/pod.t +++ b/t/pod.t @@ -1,6 +1,10 @@ #!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();