perldelta: move a FETCH-too-many-times bugfix to that section
authorRicardo Signes <rjbs@cpan.org>
Mon, 23 Apr 2012 22:16:48 +0000 (18:16 -0400)
committerRicardo Signes <rjbs@cpan.org>
Mon, 23 Apr 2012 22:16:48 +0000 (18:16 -0400)
Porting/perl5160delta.pod

index 7a431c8..646a81e 100644 (file)
@@ -2471,6 +2471,10 @@ reference.
 
 =item *
 
+When calling C<local $_> [perl #105912]
+
+=item *
+
 Four-argument C<select>
 
 =item *
@@ -3105,13 +3109,6 @@ nonexistent hash and array elements [perl #3471, #103492].
 
 =item *
 
-In Perl 5.14, C<local $_> was changed to create a new variable not tied to
-anything, even if $_ was tied before that.  But, due to an oversight, it
-would still call FETCH once on a tied $_ before replacing it with the new
-variable.  This has been fixed [perl #105912].
-
-=item *
-
 Perl skips copying values returned from a subroutine, for the sake of
 speed, if doing so would make no observable difference.  Due to faulty
 logic, this would happen with the