cpm 
a fast CPAN module installer
Install
There are 2 ways.
1) install it from CPAN
Make sure you have cpanm. If not, install it first:
$ curl -sL http://cpanmin.us | perl - -nq App::cpanminusThen:
$ cpanm -nq App::cpm2) install a self-contained version
If you have perl 5.10.1+, then you can use a self-contained cpm:
$ curl -sL https://git.io/cpm > cpm
$ chmod +x cpm
$ ./cpm --versionDescription
cpm is a fast CPAN module installer, which uses Menlo (cpanm 2.0) in parallel.
If you're tired of installing a lot of CPAN modules, why don't you try cpm?
Roadmap
If you all find cpm useful, then cpm should be merged into cpanm 2.0. How exciting!
To merge cpm into cpanm, there are several TODOs:
- DONE
Win32? - support platforms that do not have fork(2) system call - DONE
Logging? - the parallel feature makes log really messy
Your feedback is highly appreciated.
License
Copyright 2015 Shoichi Kaji [email protected]
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
