In perl.git, the branch maint-5.18 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/c73fd03d775cbef1645428cd9dbc2b0a3448c298?hp=2396ba2d2ddfdc5fe8efc8a43ccb57f5edd6b068>

- Log -----------------------------------------------------------------
commit c73fd03d775cbef1645428cd9dbc2b0a3448c298
Author: Tony Cook <t...@develop-help.com>
Date:   Wed Apr 16 13:19:31 2014 +1000

    perldelta for 2396ba2d2d
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 40b0bc1..c7c5559 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
 

--
Perl5 Master Repository

Reply via email to