From: Jarkko Hietaniemi Date: Sat, 13 Jul 2002 13:35:57 +0000 (+0000) Subject: More admonishment that one shouldn't waste one's efforts X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6e615e425817aa7e4b50ca470ba8e718d870c082;p=p5sagit%2Fp5-mst-13.2.git More admonishment that one shouldn't waste one's efforts on 5.005 threads any more. p4raw-id: //depot/perl@17519 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 3852788..8253d3a 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1932,8 +1932,9 @@ The Thread extension is now not built at all under ithreads (C) because it wouldn't work anyway (the Thread extension requires being Configured with C<-Duse5005threads>). -But note that the Thread.pm interface is now shared by both -thread models. +B =item * @@ -3263,7 +3264,7 @@ Use Term::ReadKey 2.20 or later. B +to be removed. You should migrate your code to ithreads.> The following tests are known to fail due to fundamental problems in the 5.005 threading implementation. These are not new failures--Perl