X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03podcoverage.t;h=6e5a25f443797279fbb3d09ee735d4694c269491;hb=cc95842fedcac58b2dc12c6ce547e22d3170351c;hp=d91be5e5d1d4f8eced30b8ee7fd055905c7c97f5;hpb=5a8fd7e9d4cca2af0237e1659f061cc64618bfe6;p=catagits%2FCatalyst-Runtime.git diff --git a/t/03podcoverage.t b/t/03podcoverage.t index d91be5e..6e5a25f 100644 --- a/t/03podcoverage.t +++ b/t/03podcoverage.t @@ -2,6 +2,6 @@ use Test::More; eval "use Test::Pod::Coverage 1.04"; plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@; -plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD}; +plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD} || -f 'MANIFEST.SKIP'; all_pod_coverage_ok();