diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-29 08:43:29 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-29 08:43:29 +0000 |
commit | 37a7450d59b2f524aefb691fe4a055ad9dd6dd98 (patch) | |
tree | f619d48f448115899dad5e05cf954579038a0ef5 /pod/perl595delta.pod | |
parent | b20961491ccfb20bc7f9545285ddbacc783afb53 (diff) | |
download | perl-37a7450d59b2f524aefb691fe4a055ad9dd6dd98.tar.gz |
Mention that last bugfix in perldelta
p4raw-id: //depot/perl@31302
Diffstat (limited to 'pod/perl595delta.pod')
-rw-r--r-- | pod/perl595delta.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perl595delta.pod b/pod/perl595delta.pod index f24ef24efe..26beb31cac 100644 --- a/pod/perl595delta.pod +++ b/pod/perl595delta.pod @@ -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 |