bump version
[gitmo/MooseX-Storage.git] / t / pod-coverage.t
index 6162d83..e753a1a 100644 (file)
@@ -1,6 +1,9 @@
 #!perl
-
 use Test::More;
+
+plan skip_all => "set env var RELEASE_TESTING=1 to run these"
+  unless $ENV{RELEASE_TESTING};
+
 eval "use Test::Pod::Coverage 1.08";
 warn $@ if $@;
 plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;