Change 34869 by [EMAIL PROTECTED] on 2008/11/17 13:22:52

        Note that undef @array now correctly calls CLEAR on a tied array.

Affected files ...

... //depot/maint-5.8/perl/pod/perl589delta.pod#43 edit

Differences ...

==== //depot/maint-5.8/perl/pod/perl589delta.pod#43 (text) ====
Index: perl/pod/perl589delta.pod
--- perl/pod/perl589delta.pod#42~34849~ 2008-11-16 11:27:34.000000000 -0800
+++ perl/pod/perl589delta.pod   2008-11-17 05:22:52.000000000 -0800
@@ -1508,6 +1508,8 @@
 Several bugs have been fixed in Magic, the internal system used to implement
 features such as C<tie>, tainting and threads sharing.
 
+C<undef @array> on a tied array now correctly calls the C<CLEAR> method.
+
 Some of the bitwise ops were not checking whether their arguments were magical
 before using them. [RT #24816]
 
End of Patch.

Reply via email to