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