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

2025-02-04 Thread Jacob Bachmeyer
On 2/4/25 17:56, Karl Berry wrote: If the concern is making certain that new Perl warnings are noticed, simply putting PERL5OPT='-Mwarnings=FATAL,all' in the environment when running the testsuite should accomplish that. Thanks for the suggestion. I put a note into HACKING about i

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

2025-02-04 Thread Karl Berry
If the concern is making certain that new Perl warnings are noticed, simply putting PERL5OPT='-Mwarnings=FATAL,all' in the environment when running the testsuite should accomplish that. Thanks for the suggestion. I put a note into HACKING about it. I also tried running the tests tha