On 15/03/07, David Cantrell <david at cantrell.org.uk> wrote: > The only way I can think of is to replace my perl executable with a > script that does ... > > #!/bin/sh > /path/to/real/perl -MThingy::To::Make::Warnings::Fatal "$@" > > but that's icky. Can anyone think of a better way? use PERL5OPT ? (man perlrun)