X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fauthor%2Fpod-coverage.t;fp=t%2Fauthor%2Fpod-coverage.t;h=0000000000000000000000000000000000000000;hb=75f37967953d7c4558c4e4bfd6525e2afc61fd7c;hp=703f91de3601f3e0939d7d6e6e780d342c5c381f;hpb=6166f03d12382556473156bd939721414a11fcb2;p=catagits%2FCatalyst-Component-ACCEPT_CONTEXT.git diff --git a/t/author/pod-coverage.t b/t/author/pod-coverage.t deleted file mode 100644 index 703f91d..0000000 --- a/t/author/pod-coverage.t +++ /dev/null @@ -1,6 +0,0 @@ -#!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 $@; -all_pod_coverage_ok();