Rafael Garcia-Suarez
2007-05-29 08:45:03 UTC
Change 31302 by ***@stcosmo on 2007/05/29 08:43:29
Mention that last bugfix in perldelta
Affected files ...
... //depot/perl/pod/perl595delta.pod#30 edit
Differences ...
==== //depot/perl/pod/perl595delta.pod#30 (text) ====
Index: perl/pod/perl595delta.pod
--- perl/pod/perl595delta.pod#29~31291~ 2007-05-28 05:52:08.000000000 -0700
+++ perl/pod/perl595delta.pod 2007-05-29 01:43:29.000000000 -0700
@@ -447,6 +447,9 @@
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
End of Patch.
Mention that last bugfix in perldelta
Affected files ...
... //depot/perl/pod/perl595delta.pod#30 edit
Differences ...
==== //depot/perl/pod/perl595delta.pod#30 (text) ====
Index: perl/pod/perl595delta.pod
--- perl/pod/perl595delta.pod#29~31291~ 2007-05-28 05:52:08.000000000 -0700
+++ perl/pod/perl595delta.pod 2007-05-29 01:43:29.000000000 -0700
@@ -447,6 +447,9 @@
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
End of Patch.