X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=share%2Ft%2F02pod.t.tt;h=b87aaae15f3ceafda78afcc933ae55f29413376d;hb=refs%2Ftags%2F1.32;hp=64fabddbf64b7fb69de8b5a8950ce5c487c23432;hpb=7e6d9ba3b1d34238b9af1b65d96399421f8220b7;p=catagits%2FCatalyst-Devel.git diff --git a/share/t/02pod.t.tt b/share/t/02pod.t.tt index 64fabdd..b87aaae 100644 --- a/share/t/02pod.t.tt +++ b/share/t/02pod.t.tt @@ -3,8 +3,8 @@ use strict; use warnings; use Test::More; +plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD}; 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();