X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod.t;h=05aa78a9d11a0984ed976ba328a10c822c0c2676;hb=9887a877add998942bf080efb0b12aaf1df9a538;hp=976d7cdfb2a829b1383ffe12570180e25c14668c;hpb=169144c5a80729f40b9dcdf1a700149617a08045;p=catagits%2FCatalyst-Manual.git 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();