Mention that last bugfix in perldelta
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 29 May 2007 08:43:29 +0000 (08:43 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 29 May 2007 08:43:29 +0000 (08:43 +0000)
p4raw-id: //depot/perl@31302

pod/perl595delta.pod

index f24ef24..26beb31 100644 (file)
@@ -447,6 +447,9 @@ up what categories of warnings are activated or not. (Rafael)
 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)
+
 =head1 New or Changed Diagnostics
 
 =head2 Deprecations