summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-10-05 17:39:01 +0100
committerNicholas Clark <nick@ccl4.org>2010-10-05 17:40:53 +0100
commitce41b7f24c1dd8024fc3b77f9c85f8b0d85908ef (patch)
tree42309e58b207d3c5a428d40cc2b40d0373109b06 /pod
parent467132b90d291170637564b5b65d1e7578ba831f (diff)
downloadperl-ce41b7f24c1dd8024fc3b77f9c85f8b0d85908ef.tar.gz
Moving all pod/*.PL files to ext/ (and cpan/) is now done.
Diffstat (limited to 'pod')
-rw-r--r--pod/perltodo.pod8
1 files changed, 0 insertions, 8 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 8ac0165911..df8a4b95ee 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -146,14 +146,6 @@ 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 Move dual-life pod/*.PL into ext
-
-Nearly all the dual-life modules have been moved to F<ext>. However, we
-still need to move F<pod/*.PL> into their respective directories
-in F<ext/>. They're referenced by (at least) C<plextract> in F<Makefile.SH>
-and C<utils> in F<win32/Makefile> and F<win32/makefile.ml>, and listed
-explicitly in F<win32/pod.mak>, F<vms/descrip_mms.template> and F<utils.lst>
-
=head2 POSIX memory footprint
Ilya observed that use POSIX; eats memory like there's no tomorrow, and at