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

<http://perl5.git.perl.org/perl.git/commitdiff/6b0c9d2e97a49f68813ee8b847ab3d8352550320?hp=5a6d8dbdd0fbfe6ae38db7ba2d88c70a1459cb4e>

- Log -----------------------------------------------------------------
commit 6b0c9d2e97a49f68813ee8b847ab3d8352550320
Author: Father Chrysostomos <[email protected]>
Date:   Sat Jan 18 21:50:13 2014 -0800

    perldelta for bfa371b621
    (cherry picked from commit 43441260a4eb87e18dc79b9ce0e82a45c229dd75)
    
    [What you see above this is what ‘git cherry-pick’ generated.  What
     comes below is the committer’s own commentary.]
    
    25b4c20b7 (update perldelta) accidentally removed the text added by
    b380e583f8 (perldelta for 2c60386e935).
    
    However, the text added by b380e583f8 was taken from 6f9296e1cb, which
    added to blead the perldelta entry for 8c9d3376fbf, which has not been
    cherry-picked to the maint-5.18 branch.
    
    2c60386e935 was cherry-picked from bfa371b621 and documented in
    perldelta by 43441260a4 (the source of this commit).
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a74d38c..fc71631 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -312,6 +312,11 @@ Copy the values used to perturb hash iteration when 
cloning an
 interpreter.  This was fairly harmless but caused C<valgrind> to
 complain. [perl #121336]
 
+=item *
+
+In Perl v5.18 C<undef *_; goto &sub> and C<local *_; goto &sub> started
+crashing.  This has been fixed. [perl #119949]
+
 =back
 
 =head1 Known Problems

--
Perl5 Master Repository

Reply via email to