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