Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Module::Build and required packages not installed

by SankoR (Prior)
on Feb 09, 2010 at 22:30 UTC ( [id://822302]=note: print w/replies, xml ) Need Help??


in reply to Module::Build and required packages not installed

As of version 0.36, Module::Build comes with an installdeps action. So, you could do...
perl Build.pl && sudo ./Build installdeps && ./Build && ./Build test & +& sudo ./Build install
You'll be asked if you want to install any missing dependencies (even optional ones listed in recommends).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-03-19 06:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found