Re: automake-1.17 fails with latest Perl (5.41.8) - Possible precedence problem between ! and numeric eq (==)

Jacob Bachmeyer <[email protected]> Thu, 30 Jan 2025 20:43:21 -0600
Newsgroups gmane.comp.sysutils.automake.general
Message-ID <[email protected]>
On 1/30/25 17:52, Karl Berry wrote:
> [...]
>
>      Maybe Automake shouldn't use:
>          use warnings FATAL => 'all';
>
> Agreed. I'm working on it. --thanks, karl.
>
Using "use warnings;" (and "use strict;") is good style in Perl, 
however.  The best option is probably to just delete the "FATAL => 
'all'" part from those lines.  Warnings are warnings instead of errors 
for good reason.


-- Jacob