summaryrefslogtreecommitdiff
path: root/t/003_all_pm_pod.t
diff options
context:
space:
mode:
Diffstat (limited to 't/003_all_pm_pod.t')
-rw-r--r--t/003_all_pm_pod.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/003_all_pm_pod.t b/t/003_all_pm_pod.t
index 47c3ccce..85771b57 100644
--- a/t/003_all_pm_pod.t
+++ b/t/003_all_pm_pod.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 not installed" unless eval { require Test::Pod };
plan tests => 107;