Matthew Woehlke <[EMAIL PROTECTED]> wrote: > Matthew Woehlke wrote: >> Anyway thanks for the quick fix, I nuked the line manually and that >> seemed to fix IRIX. I am also going to test the new snapshot. So far >> I have at least one test failure on IRIX that looks like a problem >> with my perl installation (so it is probably a red herring). > > Ok, this was my only failure on IRIX: > > Can't locate Data/Dumper.pm in @INC (@INC contains: ./.. > /usr/share/lib/perl5/irix-n32/5.00405 /usr/share/lib/perl5 > /usr/share/lib/perl5/site_perl/irix-n32 /usr/share/lib/perl5/site_perl > /usr/share/lib/perl5/sgi_perl .) at - line 269. > BEGIN failed--compilation aborted at - line 269. > FAIL: date > > ...looks like perl's fault, no? Or should I dig deeper? > > Everything else (that ran, anyway) passed clean.
I don't remember if 5.004 is supposed to have that. In any case, that script doesn't even use Data::Dumper, so I've removed it. Thanks.