This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Fix overlooked C<.>
authorKarl Williamson <khw@cpan.org>
Mon, 22 May 2017 20:07:53 +0000 (14:07 -0600)
committerKarl Williamson <khw@cpan.org>
Mon, 22 May 2017 20:35:56 +0000 (14:35 -0600)
This is turned into C<".">.  It should have been done as part of
df48f9a40b9a0dd18a1e55dffe80ba98b5e5a99c

pod/perldelta.pod

index af67f3b..593c26c 100644 (file)
@@ -354,7 +354,7 @@ On Unix systems, Perl treats any relative paths in the PATH environment
 variable as tainted when starting a new process.  Previously, it was
 allowing a backslash to escape a colon (unlike the OS), consequently
 allowing relative paths to be considered safe if the PATH was set to
-something like C</\:.>.  The check has been fixed to treat C<.> as tainted
+something like C</\:.>.  The check has been fixed to treat C<"."> as tainted
 in that example.
 
 =head2 C<-Di> switch is now required for PerlIO debugging output