X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2Fpod-coverage.t;fp=t%2Fpod-coverage.t;h=0000000000000000000000000000000000000000;hp=0ae970f440f364703ae0d7d1df71f09bc4433391;hb=df8a40c5ea67b2d8a89d654bdda7c538afe8f6b6;hpb=e0186698ea45049a14a46eeffeb648a4b6092785 diff --git a/t/pod-coverage.t b/t/pod-coverage.t deleted file mode 100644 index 0ae970f..0000000 --- a/t/pod-coverage.t +++ /dev/null @@ -1,9 +0,0 @@ -use strict; -use warnings; -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();