From: Rafael Garcia-Suarez Date: Thu, 12 Jul 2007 07:39:53 +0000 (+0000) Subject: A couple of additions in perltodo for the future X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a393eb287998e9573b969f843d4a023c7a18aee5;p=p5sagit%2Fp5-mst-13.2.git A couple of additions in perltodo for the future p4raw-id: //depot/perl@31593 --- diff --git a/pod/perltodo.pod b/pod/perltodo.pod index f153a54..f75b83c 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -108,6 +108,9 @@ distribution needs to be dual lifed. Anything else can be too. Figure out what changes would be needed to package that module and its tests up for CPAN, and do so. Test it with older perl releases, and fix the problems you find. +To make a minimal perl distribution, it's useful to look at +F. + =head2 Improving C Investigate whether C could share aggregates properly with @@ -522,6 +525,18 @@ or a willingness to learn. It would be nice to extend the syntax of the C<~~> operator to also understand numeric (and maybe alphanumeric) ranges. +=head2 A does() built-in + +Like ref(), only useful. It would call the C method on objects; it +would also tell whether something can be dereferenced as an +array/hash/etc., or used as a regexp, etc. +L + +=head2 Tied filehandles and write() don't mix + +There is no method on tied filehandles to allow them to be called back by +formats. + =head2 Attach/detach debugger from running program The old perltodo notes "With C, you can attach the debugger to a running