X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FTask-Catalyst.git;a=blobdiff_plain;f=t%2F02pod.t;fp=t%2F02pod.t;h=0000000000000000000000000000000000000000;hp=b0589393a521bc31000430155496374389a44a24;hb=0136eaf7bbeb67940de6caec40ff63a5146ae4d5;hpb=817ecb9c6056a4a5e68d4b4031a14aeb12dc09e6 diff --git a/t/02pod.t b/t/02pod.t deleted file mode 100644 index b058939..0000000 --- a/t/02pod.t +++ /dev/null @@ -1,8 +0,0 @@ -use strict; -use Test::More; - -eval "use Test::Pod 1.14"; -plan skip_all => 'Test::Pod 1.14 required' if $@; -plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD}; - -all_pod_files_ok();