From: Jarkko Hietaniemi Date: Wed, 8 May 2002 22:19:45 +0000 (+0000) Subject: Deprecate 5.005threads. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ba475fe2018fe65f427144cb63c2f6b3daa344a;p=p5sagit%2Fp5-mst-13.2.git Deprecate 5.005threads. p4raw-id: //depot/perl@16498 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 52ffc24..97a7a4a 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -243,6 +243,12 @@ to be removed in a future release. =item * +The 5.005 threads model (module C) is deprecated and expected +to be removed in Perl 5.10. Multithreaded code should be migrated to +the new ithreads model (see L and L). + +=item * + The long deprecated uppercase aliases for the string comparison operators (EQ, NE, LT, LE, GE, GT) have now been removed. @@ -2807,8 +2813,9 @@ The suggested cure is to upgrade your Solaris. =head2 Failure of Thread (5.005-style) tests -B +B The following tests are known to fail due to fundamental problems in the 5.005 threading implementation. These are not new failures--Perl