78f1eb
From a1c1fa25b1b25efb11cc8f987e007d4dd20056bc Mon Sep 17 00:00:00 2001
78f1eb
From: Dave Cross <dave@dave.org.uk>
78f1eb
Date: Wed, 23 Oct 2019 12:50:01 +0100
78f1eb
Subject: [PATCH] Be clearer about taint's effect on @INC.
78f1eb
MIME-Version: 1.0
78f1eb
Content-Type: text/plain; charset=UTF-8
78f1eb
Content-Transfer-Encoding: 8bit
78f1eb
78f1eb
Signed-off-by: Petr Písař <ppisar@redhat.com>
78f1eb
---
78f1eb
 pod/perlsec.pod | 5 +++--
78f1eb
 1 file changed, 3 insertions(+), 2 deletions(-)
78f1eb
78f1eb
diff --git a/pod/perlsec.pod b/pod/perlsec.pod
78f1eb
index 0682674143..a631981ba5 100644
78f1eb
--- a/pod/perlsec.pod
78f1eb
+++ b/pod/perlsec.pod
78f1eb
@@ -269,8 +269,9 @@ problem will be reported:
78f1eb
   Insecure dependency in require while running with -T switch
78f1eb
 
78f1eb
 On versions of Perl before 5.26, activating taint mode will also remove
78f1eb
-the current directory (".") from C<@INC>. Since version 5.26, the
78f1eb
-current directory isn't included in C<@INC>.
78f1eb
+the current directory (".") from the default value of C<@INC>. Since
78f1eb
+version 5.26, the current directory isn't included in C<@INC> by
78f1eb
+default.
78f1eb
 
78f1eb
 =head2 Cleaning Up Your Path
78f1eb
 
78f1eb
-- 
78f1eb
2.21.0
78f1eb