aboutsummaryrefslogtreecommitdiff
path: root/xt/pod-coverage.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/pod-coverage.t')
-rw-r--r--xt/pod-coverage.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/xt/pod-coverage.t b/xt/pod-coverage.t
index f5728a5..1b874ca 100644
--- a/xt/pod-coverage.t
+++ b/xt/pod-coverage.t
@@ -4,10 +4,6 @@ use strict;
use warnings;
use Test::More;
-unless ( $ENV{RELEASE_TESTING} ) {
- plan( skip_all => "Author 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";