Dave remarks that I have been too terse here.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 31 May 2007 16:13:07 +0000 (16:13 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 31 May 2007 16:13:07 +0000 (16:13 +0000)
p4raw-id: //depot/perl@31319

pod/perl595delta.pod

index 26beb31..2f15a6f 100644 (file)
@@ -448,7 +448,8 @@ Duping a filehandle which has the C<:utf8> PerlIO layer set will now
 properly carry that layer on the duped filehandle. (Rafael)
 
 Localizing an hash element whose key was given as a variable didn't work
-correctly (as in C<local $h{$x}>). (Bo Lindbergh)
+correctly if the variable was changed while the local() was in effect (as
+in C<local $h{$x}; ++$x>). (Bo Lindbergh)
 
 =head1 New or Changed Diagnostics