diff options
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 |