Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Downloading perl modules and all the dependencies at a time

by tinita (Parson)
on Aug 25, 2019 at 22:43 UTC ( [id://11105003]=note: print w/replies, xml ) Need Help??


in reply to Downloading perl modules and all the dependencies at a time

Like davido suggested, Carton is probably the easiest way. Ideally you should have the same perl version on both machines for that.

You could also try the dependency graph tool https://cpandeps.grinnz.com/ to get a list of all distributions, but it requires some manual work to get all the tarball urls.
Also, not all dependencies are known without running Makefile.PL, because some dependencies can only be determined dynamically (depending on which OS it is running, etc.)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-03-28 14:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found