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