Description: make TEST_POD_SPELLING separate from TEST_POD
Author: Ryan Niebur <ryan@debian.org>
Origin: vendor
Forwarded: no

--- a/t/99-pod_spelling.t
+++ b/t/99-pod_spelling.t
@@ -3,8 +3,8 @@
 use warnings;
 use Test::More;
 
-plan skip_all => 'set TEST_POD to enable this test'
-  unless ($ENV{TEST_POD} || -e 'MANIFEST.SKIP');
+plan skip_all => 'set TEST_POD_SPELLING to enable this test'
+  unless ($ENV{TEST_POD_SPELLING} || -e 'MANIFEST.SKIP');
 
 eval 'use Test::Spelling 0.11';
 plan skip_all => 'Test::Spelling 0.11 not installed' if $@;
