From: John P. Linderman Date: Mon, 3 Jun 2002 08:57:49 +0000 (-0400) Subject: Re: 2nd draft of announcement X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac639f8f45eb59898b7bce91836c4c28dce68d7c;p=p5sagit%2Fp5-mst-13.2.git Re: 2nd draft of announcement From: "John P. Linderman" Message-Id: <200206031257.IAA12388@raptor.research.att.com> Let's not forget the mystery IRIX failure. p4raw-id: //depot/perl@16996 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 3d97440..db3d332 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -2865,6 +2865,13 @@ This is caused by the characters \xFF (y with diaeresis) and \xBE (Y with diaeresis) not behaving correctly when being matched case-insensitively. +=head2 IRIX fails ext/List/Util/t/shuffle.t + +IRIX with MIPSpro 7.3.1.3m compiler may fail the said List::Util test +by dumping core. This seems to be a compiler error since if compiled +with gcc no core dump ensues, and no failures on the said test on any +other platform. + =head2 Modifying $_ Inside for(..) for (1..5) { $_++ }