projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
667d751
)
perldelta for smartmatch tainting fix
author
Dominic Hargreaves <dom@earth.li>
Sun, 28 Oct 2012 18:11:41 +0000 (18:11 +0000)
committer
Dominic Hargreaves <dom@earth.li>
Sun, 28 Oct 2012 18:11:41 +0000 (18:11 +0000)
pod/perldelta.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
69aa0b1
..
c4edddd
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-307,7
+307,10
@@
L</Modules and Pragmata>.
=item *
-XXX
+In Perl 5.14.0, C<$tainted ~~ @array> stopped working properly. Sometimes
+it would erroneously fail (when C<$tainted> contained a string that occurs
+in the array I<after> the first element) or erroneously succeed (when
+C<undef> occurred after the first element) [perl #93590].
=back