Change 31319 by [EMAIL PROTECTED] on 2007/05/31 16:13:07
Dave remarks that I have been too terse here.
Affected files ...
... //depot/perl/pod/perl595delta.pod#31 edit
Differences ...
==== //depot/perl/pod/perl595delta.pod#31 (text) ====
Index: perl/pod/perl595delta.pod
--- perl/pod/perl595delta.pod#30~31302~ 2007-05-29 01:43:29.000000000 -0700
+++ perl/pod/perl595delta.pod 2007-05-31 09:13:07.000000000 -0700
@@ -448,7 +448,8 @@
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
End of Patch.