skip pod tests, do not block install
[gitmo/MooseX-Getopt.git] / t / pod.t
diff --git a/t/pod.t b/t/pod.t
index 4ae1af3..18ba128 100644 (file)
--- 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 $@;