diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-13 14:19:59 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-13 14:19:59 +0100 |
commit | 764e6bc7b1d0feb0638e9cb218f559fd7e81e593 (patch) | |
tree | c909b5827197f174fcac4c7ba669afa79bdc3beb /pod/perltodo.pod | |
parent | 5fba0dddeee4e48144ce1f17a6e372ca4c980087 (diff) | |
download | perl-764e6bc7b1d0feb0638e9cb218f559fd7e81e593.tar.gz |
Note that we need a way of building pod/*.PL directly by distributions in ext/
Diffstat (limited to 'pod/perltodo.pod')
-rw-r--r-- | pod/perltodo.pod | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 880fb16fce..0686853060 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -119,6 +119,11 @@ For maintenance (and branch merging) reasons, it would be useful to move some architecture-independent dual-life modules from lib/ to ext/, if this has no negative impact on the build of perl itself. +As part of this, we 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 |