From 47f9f84cc98b8a5779f47ca8a12283098d2816e4 Mon Sep 17 00:00:00 2001 From: "Jerry D. Hedden" Date: Mon, 30 Apr 2007 13:06:28 -0400 Subject: Remove ext/Thread From: "Jerry D. Hedden" Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com> p4raw-id: //depot/perl@31114 --- pod/perlthrtut.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pod/perlthrtut.pod') diff --git a/pod/perlthrtut.pod b/pod/perlthrtut.pod index a6b0b18506..65992c70fe 100644 --- a/pod/perlthrtut.pod +++ b/pod/perlthrtut.pod @@ -10,9 +10,9 @@ model, each thread runs in its own Perl interpreter, and any data sharing between threads must be explicit. The user-level interface for I uses the L class. -B: There is another older Perl threading flavor called the 5.005 model -that used the L class. This old model is known to have problems, is -deprecated, and support for it will be removed in release 5.10. You are +B: There was another older Perl threading flavor called the 5.005 model +that used the L class. This old model was known to have problems, is +deprecated, and was removed for release 5.10. You are strongly encouraged to migrate any existing 5.005 threads code to the new model as soon as possible. -- cgit v1.2.1