This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for f351564 and 5f4d849
authorFather Chrysostomos <sprout@cpan.org>
Mon, 13 Oct 2014 02:39:36 +0000 (19:39 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 13 Oct 2014 06:26:17 +0000 (23:26 -0700)
pod/perldelta.pod

index 274cd74..faba274 100644 (file)
@@ -176,6 +176,8 @@ with parentheses (e.g., C<\(@a, (@b), @c)> now retains the parentheses
 around @b), this preserving the flattening behaviour of referenced
 parenthesised arrays.  Formerly, it only worked for one array: C<\(@a)>.
 
+C<local our> is now deparsed correctly, with the C<our> included.
+
 =item *
 
 L<DynaLoader> has been upgraded from version 1.26 to 1.27.