From: Rafael Garcia-Suarez Date: Tue, 20 Jan 2009 08:13:06 +0000 (+0100) Subject: Remove perltodo entry about empty destructors X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=15a6779ee7806d7106f8267b05e8b71370ad61a3;p=p5sagit%2Fp5-mst-13.2.git Remove perltodo entry about empty destructors --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index a9388dd..440cae1 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