Some initial updates for a new tutorial.
[catagits/Catalyst-Manual.git] / t / pod.t
diff --git a/t/pod.t b/t/pod.t
index 976d7cd..05aa78a 100644 (file)
--- a/t/pod.t
+++ b/t/pod.t
@@ -1,6 +1,7 @@
-#!perl -T
-
 use Test::More;
+
 eval "use Test::Pod 1.14";
-plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
+plan skip_all => 'Test::Pod 1.14 required' if $@;
+plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD} || -e 'inc/.author';
+
 all_pod_files_ok();