X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=t%2Fpod-coverage.t;h=955f071a75c661f79867c3e7d627bf3ba35c07a8;hp=703f91de3601f3e0939d7d6e6e780d342c5c381f;hb=55beb65d70dcc3257ff21e9bf62826dba3f1a6fc;hpb=169144c5a80729f40b9dcdf1a700149617a08045 diff --git a/t/pod-coverage.t b/t/pod-coverage.t index 703f91d..955f071 100644 --- a/t/pod-coverage.t +++ b/t/pod-coverage.t @@ -1,6 +1,7 @@ -#!perl -T - use Test::More; + eval "use Test::Pod::Coverage 1.04"; -plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@; +plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@; +plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD} || -e 'inc/.author'; + all_pod_coverage_ok();