Checking in changes prior to tagging of version 0.21. Changelog diff is:
[gitmo/MooseX-Storage.git] / t / pod.t
diff --git a/t/pod.t b/t/pod.t
index 976d7cd..db8fdde 100644 (file)
--- a/t/pod.t
+++ b/t/pod.t
@@ -1,6 +1,8 @@
-#!perl -T
+#!perl
 
 use Test::More;
 eval "use Test::Pod 1.14";
+plan skip_all => "set env var RELEASE_TESTING=1 to run these"
+  unless $ENV{RELEASE_TESTING};
 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
 all_pod_files_ok();