summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-11-17 13:22:52 +0000
committerNicholas Clark <nick@ccl4.org>2008-11-17 13:22:52 +0000
commit8f6eaa144d3c1422e8cb5e98c041e8e5ddc566d3 (patch)
tree991cbb8aa3324a57814731564bae6db1c55deb47
parent1eee7b5d0fc0e3f25b78a3862bcf0915f7639afa (diff)
downloadperl-8f6eaa144d3c1422e8cb5e98c041e8e5ddc566d3.tar.gz
Note that undef @array now correctly calls CLEAR on a tied array.
p4raw-id: //depot/maint-5.8/perl@34869
-rw-r--r--pod/perl589delta.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perl589delta.pod b/pod/perl589delta.pod
index 6e3e180f11..9c176ce333 100644
--- a/pod/perl589delta.pod
+++ b/pod/perl589delta.pod
@@ -1508,6 +1508,8 @@ and releasing C<FILE *>s
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]