X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03podcoverage.t;fp=t%2F03podcoverage.t;h=955f071a75c661f79867c3e7d627bf3ba35c07a8;hb=5f4bcf51b379716a486539293dcdf6859204d556;hp=6e5a25f443797279fbb3d09ee735d4694c269491;hpb=74efc1444f7b8653bb6d7aa493974934bc9787e1;p=catagits%2FCatalyst-Runtime.git diff --git a/t/03podcoverage.t b/t/03podcoverage.t index 6e5a25f..955f071 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} || -f 'MANIFEST.SKIP'; +plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD} || -e 'inc/.author'; all_pod_coverage_ok();