aboutsummaryrefslogtreecommitdiff
path: root/xt/pod.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/pod.t')
-rw-r--r--xt/pod.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/xt/pod.t b/xt/pod.t
index 4d3a0ce..cf2dce4 100644
--- a/xt/pod.t
+++ b/xt/pod.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
my $min_tp = 1.22;
eval "use Test::Pod $min_tp";