[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems with the new Var code
From: |
Akim Demaille |
Subject: |
Re: Problems with the new Var code |
Date: |
Tue, 3 Jun 2003 07:58:34 +0200 (CEST) |
Alexandre Duret-Lutz said:
> Akim> Maybe you could catch Perl warnings (I think __SIGNAL__,
> Akim> or whatever its name, can do that) and make them actually
> Akim> errors? Or is it simply that modules lack their use
> Akim> strict?
>
> It's already the case, but as this test was already expecting a
> failure it did not see the failure into the failure :)
Actually I meant failing harder, with a different exit status than 1.
> I'm checking this in. (It's also a short step on the
> split-General.pm road.) I've preserved the semantic of the old
> General::find_configure_ac in Configure_ac::search_configure_ac
> because I know autoscan needs it (all the other tools really
> want to find the file).
Thanks! This will be good for Autoconf too.