[Patch] CLONE is not in perldelta
Johan Vromans [Sun, 9 Jun 2002 12:41:18 +0000 (14:41 +0200)]
Message-ID: <15619.12494.713591.282001@phoenix.squirrel.nl>

p4raw-id: //depot/perl@17129

pod/perldelta.pod

index c3a3bb8..9b3e938 100644 (file)
@@ -688,6 +688,16 @@ C<Use of /c modifier is meaningless in s///>.
 Use of C</g> with C<split> elicits C<Use of /g modifier is meaningless
 in split>.
 
+=item *
+
+Support for the C<CLONE> 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<CLONE> 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<perlmod>
+
 =back
 
 =head1 Modules and Pragmata