From 467582e8e8af9e7a3cd4a20c4f30f72c3f2a9ce6 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 16 Jul 2013 23:06:53 -0700 Subject: [PATCH] perldelta for => --- pod/perldelta.pod | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 085603b..b6334ab 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -630,6 +630,12 @@ C, C, C and C did not work properly on subroutine arguments aliased to nonexistent hash and array elements [perl #77814, #27010]. +=item * + +The C<< => >> fat arrow operator can now quote built-in keywords even if it +occurs on the next line, making it consistent with how it treats other +barewords. + =back =head1 Known Problems -- 2.7.4