Created
November 28, 2012 15:03
-
-
Save skarfacegc/4161824 to your computer and use it in GitHub Desktop.
Copy perl modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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