X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F91-pod.t;fp=t%2F91-pod.t;h=f1e1d3e375d2b802ad35abd32ba55f7f5eddacae;hb=accfcdfb12dc278650d05fed5f14d78291e66d97;hp=0000000000000000000000000000000000000000;hpb=f92bbcf77fb757c6655f4611c900c49ed178f27e;p=perl%2Fmodules%2FIPC-MorseSignals.git diff --git a/t/91-pod.t b/t/91-pod.t new file mode 100644 index 0000000..f1e1d3e --- /dev/null +++ b/t/91-pod.t @@ -0,0 +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();