X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=t%2Fpod.t;fp=t%2Fpod.t;h=0000000000000000000000000000000000000000;hp=05aa78a9d11a0984ed976ba328a10c822c0c2676;hb=adb0550a261872e52c0c135273249c8b32445a11;hpb=7c63f9e7db0564430006d4c4626200509cbf1283 diff --git a/t/pod.t b/t/pod.t deleted file mode 100644 index 05aa78a..0000000 --- a/t/pod.t +++ /dev/null @@ -1,7 +0,0 @@ -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} || -e 'inc/.author'; - -all_pod_files_ok();