summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-01-20 09:13:06 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-01-20 09:13:06 +0100
commit15a6779ee7806d7106f8267b05e8b71370ad61a3 (patch)
tree72b3abceddffdbdba22f32fa636ef80e9eacb3da /pod
parentfbb3ee5af3d428706b9b8e224ae54dd344172e02 (diff)
downloadperl-15a6779ee7806d7106f8267b05e8b71370ad61a3.tar.gz
Remove perltodo entry about empty destructors
Diffstat (limited to 'pod')
-rw-r--r--pod/perltodo.pod6
1 files changed, 0 insertions, 6 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index a9388ddb6e..440cae1514 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -882,12 +882,6 @@ program if you pass the process ID. It would be good to do this with the Perl
debugger on a running Perl program, although I'm not sure how it would be
done." ssh and screen do this with named pipes in /tmp. Maybe we can too.
-=head2 Optimize away empty destructors
-
-Defining an empty DESTROY method might be useful (notably in
-AUTOLOAD-enabled classes), but it's still a bit expensive to call. That
-could probably be optimized.
-
=head2 LVALUE functions for lists
The old perltodo notes that lvalue functions don't work for list or hash