This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for b5b6210a9/#46947
authorFather Chrysostomos <sprout@cpan.org>
Mon, 18 Aug 2014 00:26:47 +0000 (17:26 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 18 Aug 2014 03:29:19 +0000 (20:29 -0700)
pod/perldelta.pod

index 7abcbfc..5bde654 100644 (file)
@@ -362,6 +362,11 @@ C<BEGIN> subroutine definition, which would produce a "Subroutine
 BEGIN redefined" warning on the next use of C<use>, or other C<BEGIN>
 block.  [perl #122107]
 
+=item *
+
+C<method { BLOCK } ARGS> syntax now correctly parses the arguments if they
+begin with an opening brace.  [perl #46947]
+
 =back
 
 =head1 Known Problems