Make pod tests run only for authors
[gitmo/MooseX-AttributeHelpers.git] / t / pod.t
diff --git a/t/pod.t b/t/pod.t
index 4ae1af3..c524a1a 100644 (file)
--- a/t/pod.t
+++ b/t/pod.t
@@ -6,6 +6,7 @@ use warnings;
 use Test::More;
 
 eval "use Test::Pod 1.14";
+plan skip_all => "Pod tests run only authors" unless -e "inc/.author";
 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
 
 all_pod_files_ok();