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

index 5feaf4a..51ae1c7 100644 (file)
@@ -528,6 +528,11 @@ fixed.  [perl #122771]
 C<*a = *b; @a = split //, $b[1]> could do a bad read and produce junk
 results.
 
 C<*a = *b; @a = split //, $b[1]> could do a bad read and produce junk
 results.
 
+=item *
+
+In C<() = @array = split>, the C<() => at the beginning no longer confuses
+the optimiser, making it assume a limit of 1.
+
 =back
 
 =head1 Known Problems
 =back
 
 =head1 Known Problems