[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Tests failed with LINENO.
From: |
Paul Eggert |
Subject: |
Re: Tests failed with LINENO. |
Date: |
Thu, 25 Oct 2001 09:08:51 -0700 (PDT) |
> From: Akim Demaille <address@hidden>
> Date: 25 Oct 2001 17:51:21 +0200
>
> Paul> This is perl, version 5.005_02 built for sun4-solaris
>
> Hm, I have never used that one. I'll try to see if there are notes
> about changes in more recent Perls (I'm using 5.005_03 for
> development, and 5.6 for use).
I have my suspicions about code that looks like this:
Request->load ($icache)
if -f $icache && mtime ($icache) > mtime ($0);
I suspect it isn't portable to 5.005_02 but I haven't had time to check it.
> 5.005_02 is somewhat old now. Would you say requiring 5.005_03 is too
> much?
No, it'd be fine with me. Can you please add a check for this,
though? I suppose "configure" should do the check, and reject any
perl that's too old.
I'll install 5.005_03 and redo the tests.
Re: Tests failed with LINENO., Pascal Bart, 2001/10/25