summaryrefslogtreecommitdiff
path: root/pod/perltodo.pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-05-27 00:28:34 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-27 00:28:34 +0000
commit3958b146226a1f41d96ef1aa1e0dde87d11c5498 (patch)
tree5d00d3c47e442c5ae89229cff7122c09ce745d96 /pod/perltodo.pod
parent36f65ada8976e23c1222137b59696bff2b63e8f6 (diff)
downloadperl-3958b146226a1f41d96ef1aa1e0dde87d11c5498.tar.gz
[ID 20010525.001] Pod typo nits fixed
From: lvirden@cas.org Date: Fri, 25 May 2001 06:57:43 -0400 (EDT) Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org> minus the perlsolaris decimation plus the Subject: Re: [ID 20010525.001] Pod typo nits fixed From: "Philip Newton" <Philip.Newton@gmx.net> Date: Fri, 25 May 2001 18:05:55 +0200 Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu> p4raw-id: //depot/perl@10226
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r--pod/perltodo.pod9
1 files changed, 7 insertions, 2 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 8c94a29c9a..a8bfbabcb4 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -418,9 +418,9 @@ There are a few suggestions for what to do with C<perldoc>: maybe a
full-text search, an index function, locating pages on a particular
high-level subject, and so on.
-=head2 Install .3p man pages
+=head2 Install .3p manpages
-This is a bone of contention; we can create C<.3p> man pages for each
+This is a bone of contention; we can create C<.3p> manpages for each
built-in function, but should we install them by default? Tcl does this,
and it clutters up C<apropos>.
@@ -429,6 +429,7 @@ and it clutters up C<apropos>.
Simon Cozens promises to do this before he gets old.
=head2 Update POSIX.pm for 1003.1-2
+
=head2 Retargetable installation
Allow C<@INC> to be changed after Perl is built.
@@ -468,7 +469,9 @@ code.
There is a patch for this, but it may require Unicodification.
=head2 Compile to real threaded code
+
=head2 Structured types
+
=head2 Modifiable $1 et al.
($x = "elephant") =~ /e(ph)/;
@@ -690,11 +693,13 @@ This would break old code; use C<do{{ }}> instead.
Not needed now we have lexical IO handles.
=head2 format BOTTOM
+
=head2 report HANDLE
Damian Conway's text formatting modules seem to be the Way To Go.
=head2 Generalised want()/caller())
+
=head2 Named prototypes
These both seem to be delayed until Perl 6.