skip pod tests, do not block install
[gitmo/MooseX-Getopt.git] / t / pod_coverage.t
index 7569358..dbc1603 100644 (file)
@@ -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 $@;