This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: 2nd draft of announcement
[perl5.git] / 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) { $_++ }