X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperldelta.pod;h=97a7a4ae3f261e8476691a4663ee9556c14c9188;hb=6ba475fe2018fe65f427144cb63c2f6b3daa344a;hp=52ffc244e1e2aba45b2abc74ffc419f2099a6887;hpb=ae45a499be4650b1ac9f50f7721abca27e07dd5f;p=p5sagit%2Fp5-mst-13.2.git 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