Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: How to install module with CPANPLUS without prompting?

by Anonymous Monk
on Dec 12, 2011 at 02:10 UTC ( [id://943000]=note: print w/replies, xml ) Need Help??


in reply to How to install module with CPANPLUS without prompting?

See CPANPLUS::Config allow_build_interactivity
cpanp --allow_build_interactivity=0 --skiptest -i Module Module Module

Replies are listed 'Best First'.
Re^2: How to install module with CPANPLUS without prompting?
by Anonymous Monk on Dec 12, 2011 at 02:17 UTC
    The command/action/"[Operations]" (-i) needs to come before the options ( skiptest), so
    cpanp -i --allow_build_interactivity=0 --skiptest Module Module Module + cpanp -i Module Module Module --allow_build_interactivity=0 --skipt +est

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://943000]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-19 11:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found