summaryrefslogtreecommitdiff
path: root/t/004_all_pm_pod_spelling.t
diff options
context:
space:
mode:
authorKarel Miko <karel.miko@gmail.com>2018-04-08 14:08:07 +0200
committerKarel Miko <karel.miko@gmail.com>2018-04-08 14:08:07 +0200
commitb0e17181f74c35e561af261b901c4e88ebe6d38d (patch)
treeeafe3d67f43d145cfdbccd57d92b7fe1aafb9d49 /t/004_all_pm_pod_spelling.t
parenta428ba77bbe08f94a0a153ebb9df97862782b241 (diff)
adopt to updated ltc
Diffstat (limited to 't/004_all_pm_pod_spelling.t')
-rw-r--r--t/004_all_pm_pod_spelling.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/004_all_pm_pod_spelling.t b/t/004_all_pm_pod_spelling.t
index 5e6de670..b692782b 100644
--- a/t/004_all_pm_pod_spelling.t
+++ b/t/004_all_pm_pod_spelling.t
@@ -3,7 +3,7 @@ use warnings;
use Test::More;
-plan skip_all => "set TEST_POD to enable this test (developer only!)" unless $ENV{TEST_POD};
+plan skip_all => "set AUTHOR_MODE to enable this test (developer only!)" unless $ENV{AUTHOR_MODE};
plan skip_all => "File::Find not installed" unless eval { require File::Find };
plan skip_all => "Test::Pod::Spelling or Text::Aspell not installed" unless eval { require Test::Pod::Spelling; require Text::Aspell; };