summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-12 07:39:53 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-07-12 07:39:53 +0000
commita393eb287998e9573b969f843d4a023c7a18aee5 (patch)
tree294ab65ebdaec625e8e6ec1eb657e1192263c632 /pod/perltodo.pod
parent00eb3f2b8b380581ce926a5330c21ff590bf4324 (diff)
downloadperl-a393eb287998e9573b969f843d4a023c7a18aee5.tar.gz
A couple of additions in perltodo for the future
p4raw-id: //depot/perl@31593
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod15
1 files changed, 15 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index f153a54f9d..f75b83c7be 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<t/lib/commonsense.t>.
+
=head2 Improving C<threads::shared>
Investigate whether C<threads::shared> 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<DOES> method on objects; it
+would also tell whether something can be dereferenced as an
+array/hash/etc., or used as a regexp, etc.
+L<http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2007-03/msg00481.html>
+
+=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<gdb>, you can attach the debugger to a running