X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t-author%2Fpod_coverage.t;fp=t-author%2Fpod_coverage.t;h=4e6c44368bf02789e3c526426234b79703035545;hb=e3e1a958a4891c7109c50cd513f9bafe7cbcb1de;hp=c59a36ae5530092e2a501dd9cd304d1943f5ea7e;hpb=09b5b21b64581bafb4a8b619e74b8ff0d3292894;p=gitmo%2FMooseX-MetaDescription.git diff --git a/t-author/pod_coverage.t b/t-author/pod_coverage.t index c59a36a..4e6c443 100644 --- a/t-author/pod_coverage.t +++ b/t-author/pod_coverage.t @@ -4,7 +4,6 @@ use strict; use warnings; use Test::More; -eval "use Test::Pod::Coverage"; -plan skip_all => "Test::Pod::Coverage required for testing POD Coverage" if $@; +use Test::Pod::Coverage; all_pod_coverage_ok();