aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:07:31 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:07:31 +1300
commite9f71c33af9c24f174322c4e73278bee2959675e (patch)
tree7317f610527a39365ad8f7147dd7f99055346e92
parentChange passphrase out for passfile (diff)
downloadMail-Run-Crypt-e9f71c33af9c24f174322c4e73278bee2959675e.tar.gz
Mail-Run-Crypt-e9f71c33af9c24f174322c4e73278bee2959675e.zip
Remove RELEASE_TESTING check from author tests
-rw-r--r--xt/manifest.t4
-rw-r--r--xt/pod-coverage.t4
-rw-r--r--xt/pod.t4
3 files changed, 0 insertions, 12 deletions
diff --git a/xt/manifest.t b/xt/manifest.t
index e0b558e..9df8859 100644
--- a/xt/manifest.t
+++ b/xt/manifest.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" );
-}
-
my $min_tcm = 0.9;
eval "use Test::CheckManifest $min_tcm";
plan skip_all => "Test::CheckManifest $min_tcm required" if $@;
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";
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";