X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2Fpod.t;fp=t%2Fpod.t;h=0000000000000000000000000000000000000000;hb=92a6785b16137d375a3c551d183cb57864f0d744;hp=f1e1d3e375d2b802ad35abd32ba55f7f5eddacae;hpb=3a672b897a59483dd4589f93a360dba6bf497b31;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/t/pod.t b/t/pod.t deleted file mode 100644 index f1e1d3e..0000000 --- a/t/pod.t +++ /dev/null @@ -1,10 +0,0 @@ -#!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();