in reply to Getting modules dependecies without installing
However, if I'm travelling, I want the entire CPAN to be with me on my laptop's harddisk -- so what I do is just use Randal's minicpan script to create a mirrored CPAN archive and then point CPAN::Config.pm to it:
Then the CPAN shell works transparently and will install all modules you ask it for and their dependencies -- even if you're nowhere near an Internet connection.urllist => [q[file://home/me/minicpandir]]
|
|---|