From: Johan Vromans Date: Sun, 9 Jun 2002 12:41:18 +0000 (+0200) Subject: [Patch] CLONE is not in perldelta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f69c1b32fbc1a1348f4cb6eadbb919fc9d0341cb;p=p5sagit%2Fp5-mst-13.2.git [Patch] CLONE is not in perldelta Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl> p4raw-id: //depot/perl@17129 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index c3a3bb8..9b3e938 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -688,6 +688,16 @@ C. Use of C with C elicits C. +=item * + +Support for the C keyword had been added. With ithreads, when a +new thread is created, all perl data is cloned, however non perl data +cannot be cloned. C will be executed once for every package +that has it defined or inherited. It will be called in the context of +the new thread, so all modifications are made in the new area. + +See L + =back =head1 Modules and Pragmata