Discussion:
Change 31302: Mention that last bugfix in perldelta
(too old to reply)
Rafael Garcia-Suarez
2007-05-29 08:45:03 UTC
Permalink
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.
Dave Mitchell
2007-05-31 16:02:28 UTC
Permalink
Post by Rafael Garcia-Suarez
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)
Since the significance of the bug is that its using a variable that
*changes*, perhaps the example could be:

correctly (so C<local $h{$x}; $x++> restored the wrong element).
(Bo Lindbergh)
--
Please note that ash-trays are provided for the use of smokers,
whereas the floor is provided for the use of all patrons.
-- Bill Royston
Loading...