summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2014-04-16 13:19:31 +1000
committerTony Cook <tony@develop-help.com>2014-04-16 13:19:31 +1000
commitc73fd03d775cbef1645428cd9dbc2b0a3448c298 (patch)
tree1a00740d24f1e2f09e32d8e2c1277dbb67a6cb5d
parent2396ba2d2ddfdc5fe8efc8a43ccb57f5edd6b068 (diff)
downloadperl-c73fd03d775cbef1645428cd9dbc2b0a3448c298.tar.gz
perldelta for 2396ba2d2d
-rw-r--r--pod/perldelta.pod8
1 files changed, 7 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 40b0bc124a..c7c5559992 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -339,7 +339,13 @@ files in F<ext/> and F<lib/> are best summarized in L</Modules and Pragmata>.
=item *
C<&xsub> and C<goto &xsub> no longer crash if *_ has been undefined and has no
-ARRAY entry (i.e. @_ does not exist).
+ARRAY entry (i.e. @_ does not exist). [perl #119949]
+
+=item *
+
+Copy the values used to perturb hash iteration when cloning an
+interpreter. This was fairly harmless but caused C<valgrind> to
+complain. [perl #121336]
=back