in reply to How do I get CPANPLUS (or some other tool) to resolve dependencies when installing local .tar.gz packages?

kane (CPANPLUS author) told me that I can use /cs in the latest version of CPANPLUS to do this, I just did:
/cs --add file:///path/to/my/modules/
Where /path/to/my/modules contains a bunch of .tar.gz packages.
  • Comment on Re: How do I get CPANPLUS (or some other tool) to resolve dependencies when installing local .tar.gz packages?