This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: 2nd draft of announcement
authorJohn P. Linderman <jpl@research.att.com>
Mon, 3 Jun 2002 08:57:49 +0000 (04:57 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 5 Jun 2002 00:50:08 +0000 (00:50 +0000)
From: "John P. Linderman" <jpl@research.att.com>
Message-Id: <200206031257.IAA12388@raptor.research.att.com>

Let's not forget the mystery IRIX failure.

p4raw-id: //depot/perl@16996

pod/perldelta.pod

index 3d97440..db3d332 100644 (file)
@@ -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) { $_++ }