in reply to simpler way to silence modules that ask install-time questions
or similar, 'man CPAN' for details. I don't recall where I got AUTOMATED_TESTING from.PERL_MM_USE_DEFAULT=1; export PERL_MM_USE_DEFAULT AUTOMATED_TESTING=1; export AUTOMATED_TESTING perl Makefile.PL < /dev/null make < /dev/null make test < /dev/null make install < /dev/null
|
|---|