in reply to Modules Downloading and Installing with Dependencies.

I'd create a local CPAN mirror for that machine. See CPAN::Mini.

If you don't want to do that, you can use App::cpanminus (for example) to get a list of dependencies for a module and then download the modules in that list.

  • Comment on Re: Modules Downloading and Installing with Dependencies.

Replies are listed 'Best First'.
Re^2: Modules Downloading and Installing with Dependencies.
by DrHyde (Prior) on Jun 10, 2011 at 10:09 UTC
    I've been meaning to add a Thingy to CPANdeps to make on demand a mini-CPAN specifically for the module you're interested in and put it into a tarball. I'm currently blocked on lack of tuits, but I accept bribes and patches :-)