X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod-coverage.t;fp=t%2Fpod-coverage.t;h=af03b37e840be01a88db5c9294cddb73a3bab41a;hb=5a0d49213abe7095b652c725efaad35cff6e24b9;hp=6f96ad1c858cd970c914c0922e200b9ed6c27420;hpb=d2d0fb5ec1ca61dbf8a44dd87fe3fa9ef112e50c;p=gitmo%2FMooseX-StrictConstructor.git diff --git a/t/pod-coverage.t b/t/pod-coverage.t index 6f96ad1..af03b37 100644 --- a/t/pod-coverage.t +++ b/t/pod-coverage.t @@ -3,7 +3,6 @@ use warnings; use Test::More; - plan skip_all => 'This test is only run for the module author' unless -d '.svn' || $ENV{IS_MAINTAINER}; @@ -11,4 +10,4 @@ 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( { trustme => [ qr/init_meta/ ] } ); +all_pod_coverage_ok( { trustme => [qr/init_meta/] } );