X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod-coverage.t;h=3b65054935bce01882d889d0afbbe97424e81d74;hb=a65278184fdc1c633ea0feb8aede99964bd00642;hp=105d648d9553fcd4a3c4cef89c0fabccb40f5290;hpb=c48362911be48d5c0e8b3980a812a1ab07fb799e;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/t/pod-coverage.t b/t/pod-coverage.t index 105d648..3b65054 100644 --- a/t/pod-coverage.t +++ b/t/pod-coverage.t @@ -3,8 +3,12 @@ use warnings; use Test::More; +plan skip_all => 'This test is only run for the module author' + unless -d '.svn' || $ENV{IS_MAINTAINER}; + eval "use Test::Pod::Coverage 1.04"; -plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@; +plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" + if $@; # This is a stripped down version of all_pod_coverage_ok which lets us # vary the trustme parameter per module.