diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-31 16:13:07 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-31 16:13:07 +0000 |
commit | 21e0a4558ecc04550ec7e8dc1966bc1631dfa401 (patch) | |
tree | e7c94f6e42a3138cd12b7d45ed6ff849db96cc2b /pod | |
parent | 48294006de5d58e2e55fc1efd341d859ae830b8d (diff) | |
download | perl-21e0a4558ecc04550ec7e8dc1966bc1631dfa401.tar.gz |
Dave remarks that I have been too terse here.
p4raw-id: //depot/perl@31319
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perl595delta.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index 26beb31cac..2f15a6f38a 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<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 |