diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-01-18 21:50:13 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-01-18 21:50:13 -0800 |
commit | 43441260a4eb87e18dc79b9ce0e82a45c229dd75 (patch) | |
tree | 5823c81ee07916385bb44bc54b10c87bc1ec02ca /pod | |
parent | 2084b55429a88822d0fd15f5c79d7c5851bfa9a4 (diff) | |
download | perl-43441260a4eb87e18dc79b9ce0e82a45c229dd75.tar.gz |
perldelta for bfa371b621
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 5 |
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 |