in reply to simpler way to silence modules that ask install-time questions
Here's a few things you can try:
(Later) See http://wiki.cpantesters.org/wiki/CPANAuthorNotes for AUTOMATED_TESTING.
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
(Later) See http://wiki.cpantesters.org/wiki/CPANAuthorNotes for AUTOMATED_TESTING.
|
---|
In Section
Seekers of Perl Wisdom