http://www.perlmonks.org?node_id=1068212


in reply to Programmatically installing modules

Here's what I use for my automated smokers:
#!/usr/bin/perl BEGIN { $ENV{'AUTOMATED_TESTING'} = 1; $ENV{'NONINTERACTIVE_TESTING'} = 1; $ENV{'PERL_MM_USE_DEFAULT'} = 1; $ENV{'PERL_MM_NONINTERACTIVE'} = 1; $ENV{'BAIL_ON_FAIL'} = 1; }