vote up 2 vote down star
1

I currently have this on a script:

 CPAN::Shell->rematein("notest", "install", "$m");

Where $m is a module name the script installs. However, I want the module to install without prompting the user whether additional dependencies should be installed (optional deps or not), how can I do that?

flag

2 Answers

vote up 1 vote down

Found an answer here.

Set PERL_MM_USE_DEFAULT=1 in your environment.

link|flag
Although this is not an idiot-proof solution: perlmonks.org/?node_id=548581 – mobrule Nov 7 at 0:18
vote up 4 vote down

What is your setting for prerequisites_policy in CPAN::Config? That should be follow and not ask.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.