X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod_coverage.t;h=dbc160396fbcead929f06e167f8a4809466f0353;hb=5ab6d553547e6ae66794d819b37b8f9320c6c17f;hp=75693585c4191c8047aec6a4826c92ef45303794;hpb=5dac17c3fb3f25ba558e70565462826017f0c91c;p=gitmo%2FMooseX-Getopt.git diff --git a/t/pod_coverage.t b/t/pod_coverage.t index 7569358..dbc1603 100644 --- a/t/pod_coverage.t +++ b/t/pod_coverage.t @@ -4,6 +4,8 @@ use strict; use warnings; use Test::More; +plan skip_all => 'set RELEASE_TESTING to run these tests' + unless $ENV{RELEASE_TESTING}; eval "use Test::Pod::Coverage 1.04"; plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;