in reply to
How to make all warnings FATAL via PERL5OPT
Yes it is. You want to first turn that "use" line into a command-line option, then put that in the PERL5OPT environment variable. See
perlrun
for details
Comment on
Re: How to make all warnings FATAL via PERL5OPT
In Section
Seekers of Perl Wisdom