This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfe8fcb
)
perldelta: Fix overlooked C<.>
author
Karl Williamson
<khw@cpan.org>
Mon, 22 May 2017 20:07:53 +0000
(14:07 -0600)
committer
Karl 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
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
af67f3b
..
593c26c
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-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