tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bug in lang/perl5 5.18.0?



On Mon, Jun 10, 2013 at 07:38:12AM -0400, Amitai Schlair wrote:
> I was referring to moof's results with 6.99.19 (amd64), but that's true too.

Can you look at t/io/fs.t line 278 please?
For me it reads:

            elsif ($^O eq 'haiku' || $^O eq 'netbsd')) {
            SKIP: {
                    skip "atime not updated", 1;
                }
                is($mtime, 500000001, 'mtime');
            }

and that, of course, is a clear syntax error in the first line. How do
you get to 0 errors? Skipped this test earlier?

Martin


Home | Main Index | Thread Index | Old Index