summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/pod-coverage.t4
1 files changed, 4 insertions, 0 deletions
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";