X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=t%2Fpod.t;h=05aa78a9d11a0984ed976ba328a10c822c0c2676;hp=976d7cdfb2a829b1383ffe12570180e25c14668c;hb=4790245b9b95f2e5fa43a43a389b62ea902f0f1e;hpb=169144c5a80729f40b9dcdf1a700149617a08045 diff --git a/t/pod.t b/t/pod.t index 976d7cd..05aa78a 100644 --- a/t/pod.t +++ b/t/pod.t @@ -1,6 +1,7 @@ -#!perl -T - use Test::More; + eval "use Test::Pod 1.14"; -plan skip_all => "Test::Pod 1.14 required for testing POD" if $@; +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();