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

2025-01-30 Thread Jacob Bachmeyer
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 => 'a

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

2025-01-30 Thread Karl Berry
it> Here's the thread where I have reported the issue to the perl community https://github.com/Perl/perl5/issues/22954#issuecomment-2622966302 I hope they don't persist in warning about this common use of the !! idiom in their next stable release. Re the notes about the Automake code, I d