in reply to Getting CPAN.pm to accept Makefile.PL prompts

You can try setting the PERL_MM_USE_DEFAULT environment to a true value. It helps with some prompts in Makefile.PL scripts, I'm not sure it helps with yours.
Perl 6 - links to (nearly) everything that is Perl 6.

Replies are listed 'Best First'.
Re^2: Getting CPAN.pm to accept Makefile.PL prompts
by syphilis (Archbishop) on Nov 10, 2010 at 09:01 UTC
    PERL_MM_USE_DEFAULT

    Yep - that does the trick - and I've even (now) found the documentation for it ;-)

    Thanks moritz

    Cheers,
    Rob