summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-01-18 21:50:13 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-01-18 21:50:13 -0800
commit43441260a4eb87e18dc79b9ce0e82a45c229dd75 (patch)
tree5823c81ee07916385bb44bc54b10c87bc1ec02ca
parent2084b55429a88822d0fd15f5c79d7c5851bfa9a4 (diff)
downloadperl-43441260a4eb87e18dc79b9ce0e82a45c229dd75.tar.gz
perldelta for bfa371b621
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index b1d0c67720..509c2c92b6 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -511,6 +511,11 @@ whether it was supposed to be an anonymous hash constructor or a block
based on the contents. Now the previous behavious has been restored.
[perl #119973]
+=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