summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorArtur Bergman <sky@nanisky.com>2001-05-28 19:03:51 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2001-05-28 15:32:41 +0000
commitdd0afe541537ae6751d5ce74f5665bee7d761218 (patch)
treea9f197eeb1a19d1ad62370c1a1aca63dd8b9cd47 /pod
parent484ce0c5b70d86f3033b8c1213ab4f606e5ee790 (diff)
downloadperl-dd0afe541537ae6751d5ce74f5665bee7d761218.tar.gz
todo patch
Message-ID: <B7383577.F34%artur@contiller.se> p4raw-id: //depot/perl@10258
Diffstat (limited to 'pod')
-rw-r--r--pod/perltodo.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index a8bfbabcb4..3882498750 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -68,6 +68,11 @@ They have some tricks Perl doesn't yet implement.
Artur Bergman's C<iThreads> module is a start on this, but needs to
be more mature.
+=head2 make perl_clone optionally clone ops
+
+So that pseudoforking, mod_perl, iThreads and nvi will work properly
+(but not as efficiently) until the regex engine is fixed to be threadsafe.
+
=head2 Work out exit/die semantics for threads
=head2 Typed lexicals for compiler