From: Rafael Garcia-Suarez Date: Thu, 31 May 2007 16:13:07 +0000 (+0000) Subject: Dave remarks that I have been too terse here. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=21e0a4558ecc04550ec7e8dc1966bc1631dfa401;p=p5sagit%2Fp5-mst-13.2.git Dave remarks that I have been too terse here. p4raw-id: //depot/perl@31319 --- diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index 26beb31..2f15a6f 100644 --- a/pod/perl595delta.pod +++ b/pod/perl595delta.pod @@ -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). (Bo Lindbergh) +correctly if the variable was changed while the local() was in effect (as +in C). (Bo Lindbergh) =head1 New or Changed Diagnostics