diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2008-08-27 10:49:55 -0400 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-08-30 15:50:00 +0000 |
commit | 10865379b295ac14989140112c387f7432a740a1 (patch) | |
tree | 52da9bf244e7aa14a8d7428c2888ad62106a90cf /pod | |
parent | 08baf5037791978029fee31617445f9736f340d1 (diff) | |
download | perl-10865379b295ac14989140112c387f7432a740a1.tar.gz |
[PATCH] Perl TODO related to threads::shared done
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510808271149n28fdd43dg2acd71355e959366@mail.gmail.com>
Date: Wed, 27 Aug 2008 14:49:55 -0400
Message-ID: <1ff86f510808280540i5aa077adk55a1e64336866458@mail.gmail.com>
Subject: [PATCH] perltodo.pod cleanup for nonxs installation
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Date: Thu, 28 Aug 2008 08:40:15 -0400
Message-ID: <1ff86f510808280540i5aa077adk55a1e64336866458@mail.gmail.com>
p4raw-id: //depot/perl@34237
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perltodo.pod | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod index 60210f97a9..c9a93c4c5d 100644 --- a/pod/perltodo.pod +++ b/pod/perltodo.pod @@ -129,14 +129,6 @@ 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 -only Perl level changes to shared.pm - =head2 POSIX memory footprint Ilya observed that use POSIX; eats memory like there's no tomorrow, and at |