cpan script now in github, with new features

brian_d_foy on 2008-09-22T20:44:13

I've move my cpan script into its own github repository since I got a burst of feature requests. I also change it to use the App::* structure.

There are some new switches:

  • -j filename --> load an alternate CPAN configuration
  • -J --> dump the current CPAN configuration, including anything changed during the run
  • -l --> list all of the installed modules
  • -g --> download the module tarball, but then stop


It's going to stay in the repo for a bit while I fix up a few things, but you can play with the sources if you like :)