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