On 15 Mar 2007, at 11:05, David Cantrell wrote: [snip] > 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? setenv PERL5OPT -MThingy::To::Make::Warnings::Fatal ? Adrian