perldelta for =>
authorFather Chrysostomos <sprout@cpan.org>
Wed, 17 Jul 2013 06:06:53 +0000 (23:06 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 17 Jul 2013 06:19:34 +0000 (23:19 -0700)
pod/perldelta.pod

index 085603b..b6334ab 100644 (file)
@@ -630,6 +630,12 @@ C<pos>, C<tie>, C<tied> and C<untie> 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