From cfbe45f9db60b40885dfa66aeec6ed3050dba6d4 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 14 Sep 2013 23:25:04 -0700 Subject: [PATCH] perldelta for 429a25554/#28380,#114024 --- pod/perldelta.pod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 86ea9a9..64f3aaa 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -934,6 +934,13 @@ C<&xsub> and C now work with tied @_. Overlong identifiers no longer cause a buffer overflow (and a crash). They started doing so in Perl 5.18. +=item * + +The warning "Scalar value @hash{foo} better written as $hash{foo}" now +produces far fewer false positives. In particular, +C<@hash{+function_returning_a_list}> and C<@hash{ qw "foo bar baz" }> no +longer warn. The same applies to array slices. [perl #28380, #114024] + =back =head1 Known Problems -- 1.8.3.1