summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-04-26 16:02:26 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-04-26 16:02:26 +0000
commitc2aba5b82fdde25a799217118bb1d0d249778346 (patch)
tree3c4772ec305b65822339404a90a91ecff4e34eca /pod
parent5f31e3ad80d9344ef722fe0a658ceb2dc559ea8c (diff)
downloadperl-c2aba5b82fdde25a799217118bb1d0d249778346.tar.gz
Note about moving modules to ext/
p4raw-id: //depot/perl@33748
Diffstat (limited to 'pod')
-rw-r--r--pod/perltodo.pod9
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index e6c39b35d8..a75305f20f 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -157,6 +157,15 @@ 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 Bundle dual life modules in ext/
+
+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.
+
+However, we need to make sure that they are still installed in
+architecture-independent directories by C<make install>.
+
=head2 Improving C<threads::shared>
Investigate whether C<threads::shared> could share aggregates properly with