X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=t%2Fpod-coverage.t;fp=t%2Fpod-coverage.t;h=6104464a2e276bead7dde21639e198ab6b06cf55;hb=fd2615fb2f72bb8892a1cdb8764898ed96e7d354;hp=fc40a57c2a4c56d56ddc0f1fe32737d11592d6f7;hpb=f2260f5ea50078bf24cb8761d0110d136578fb24;p=Geo-EZLocate.git diff --git a/t/pod-coverage.t b/t/pod-coverage.t index fc40a57..6104464 100644 --- a/t/pod-coverage.t +++ b/t/pod-coverage.t @@ -2,6 +2,10 @@ use strict; use warnings; use Test::More; +unless ( $ENV{RELEASE_TESTING} ) { + plan( skip_all => "POD coverage tests not required for installation" ); +} + # Ensure a recent version of Test::Pod::Coverage my $min_tpc = 1.08; eval "use Test::Pod::Coverage $min_tpc";