X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fpod_coverage.t;fp=t%2Fpod_coverage.t;h=4720fa46a5d86354f9e00543725a883e23d324a4;hb=2d1a76d7e09a43ce4010a0b6251d31446d8efeff;hp=75693585c4191c8047aec6a4826c92ef45303794;hpb=37cfaa6a8e35432274e0c60cf67f650d6d4b024f;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/t/pod_coverage.t b/t/pod_coverage.t index 7569358..4720fa4 100644 --- a/t/pod_coverage.t +++ b/t/pod_coverage.t @@ -6,6 +6,7 @@ use warnings; use Test::More; eval "use Test::Pod::Coverage 1.04"; +plan skip_all => "Pod tests run only authors" unless -e "inc/.author"; plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@; all_pod_coverage_ok();