Quoth xsawy...@gmail.com (sawyer x): > -=-=-=-=-=- > > On Tue, Mar 9, 2010 at 11:37 AM, Gabor Szabo <szab...@gmail.com> wrote: > > > CPAN.pm is configured to automatically follow prerequsites but it > > still stops and ask the question > > > > ... is just needed temporarily during building or testing. Do you want > > to install it permanently (y/n) [yes] > > > > Why is that and can I configure the CPAN client to automatically > > answer yes to such questions? > > > > PERL_MM_USE_DEFAULT=1 ?
No, not at all. That's for Makefile.PL questions. You want 'o conf build_requires_install_policy', which by default is set to 'ask/yes'. Ben