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

index faba274..178fc44 100644 (file)
@@ -178,6 +178,9 @@ parenthesised arrays.  Formerly, it only worked for one array: C<\(@a)>.
 
 C<local our> is now deparsed correctly, with the C<our> included.
 
+C<for($foo; !$bar; $baz) {...}> was deparsed without the C<!> (or C<not>).
+This has been fixed.
+
 =item *
 
 L<DynaLoader> has been upgraded from version 1.26 to 1.27.