Skip to content

Instantly share code, notes, and snippets.

@skarfacegc
Created November 28, 2012 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skarfacegc/4161824 to your computer and use it in GitHub Desktop.
Save skarfacegc/4161824 to your computer and use it in GitHub Desktop.
Copy perl modules
$ perlbrew switch 5.14.2
$ perl -MExtUtils::Installed -E 'say for ExtUtils::Installed->new->modules' > /tmp/installed.list
$ perlbrew switch perl-5.16.0
$ perlbrew install-cpanm
$ cat /tmp/installed.list | cpanm --interactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment