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

Karl Berry <[email protected]> Wed, 5 Feb 2025 15:18:32 -0700
Newsgroups gmane.comp.sysutils.automake.general
Message-ID <[email protected]>
Hi Jacob,

    If a plain "use warnings;" in a script overrides setting 
    PERL5OPT=-Mwarnings=FATAL,all in the environment, 

Fortunately, it was my mistake. I got confused in the testing I was
doing.  use warnings; in a script does not override that PERL5OPT
setting.  I'll fix the intentional warning in
parallel-tests-log-compiler-example in another way. By unsetting
PERL5OPT in the test script seems simplest, I guess, unless you can
think of a better way. --thanks, karl.

Thanks,
Karl