summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-01-18 21:50:13 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-08-31 11:29:37 -0700
commit6b0c9d2e97a49f68813ee8b847ab3d8352550320 (patch)
treed791ab710334d1cde7227baf2a027270f7e4388c
parent5a6d8dbdd0fbfe6ae38db7ba2d88c70a1459cb4e (diff)
downloadperl-6b0c9d2e97a49f68813ee8b847ab3d8352550320.tar.gz
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).
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a74d38c306..fc71631881 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