X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod.t;h=c524a1a067d2c381a7b0609b913dce0dc7e2b643;hb=2d1a76d7e09a43ce4010a0b6251d31446d8efeff;hp=4ae1af356e5057040cbeb765b58722977fa87b0a;hpb=37cfaa6a8e35432274e0c60cf67f650d6d4b024f;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/t/pod.t b/t/pod.t index 4ae1af3..c524a1a 100644 --- 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();