X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod.t;h=18ba128bce3520f4fee06eb62943f5ec5262b851;hb=5ab6d553547e6ae66794d819b37b8f9320c6c17f;hp=4ae1af356e5057040cbeb765b58722977fa87b0a;hpb=5dac17c3fb3f25ba558e70565462826017f0c91c;p=gitmo%2FMooseX-Getopt.git diff --git a/t/pod.t b/t/pod.t index 4ae1af3..18ba128 100644 --- a/t/pod.t +++ b/t/pod.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 1.14"; plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;