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

cpanm

cpanm --save-dists tarballs -L extlib Plack # install Plack and all non-core deps into ./extlib # save all tarballs minicpan style into ./tarballs

Or use autobundle (cpanp "b" command) along with Re^2: How to clean-up an autobundle so it's really "auto-installable" to download a bunch o tarballs

  • Comment on Re: Downloading perl modules and all the dependencies at a time ( autobundle cpanm --save-dists tardir -L extlib Plack )
  • Download Code