summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-06-24 22:57:15 +0100
committerNicholas Clark <nick@ccl4.org>2009-06-24 22:57:15 +0100
commit5f3595e1f7ea021e09eafe8d5305cc4fe6d5030c (patch)
tree49fea7ea082f7f5e4f2983b0b87b07ab27dd2958 /pod
parent9f94229fb16672def62924d3ff7d90ec1d3f837d (diff)
downloadperl-5f3595e1f7ea021e09eafe8d5305cc4fe6d5030c.tar.gz
Empty DESTROY methods are no longer called - something worth mentioning.
Diffstat (limited to 'pod')
-rw-r--r--pod/perl5101delta.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perl5101delta.pod b/pod/perl5101delta.pod
index aa79274d2b..fb7715fb1f 100644
--- a/pod/perl5101delta.pod
+++ b/pod/perl5101delta.pod
@@ -611,6 +611,10 @@ Under C<use locale>, the locale-relevant information is now cached on read-only
values, such as the list returned by C<keys %hash>. This makes operations such
as <sort keys %hash> in the scope of C<use locale> much faster.
+=item *
+
+Empty C<DESTROY> methods are no longer called.
+
=back
=head1 Installation and Configuration Improvements