NAME
App::cpm - a fast CPAN module installer
SYNOPSIS
> cpm install Module
DESCRIPTION
cpm is a fast CPAN module installer.
cpm prepares dependencies first and performs final installation separately. By default, it installs the requested distributions and their runtime dependency closure.
This makes installs more stable and more predictable, especially for larger dependency graphs and parallel work.
For tutorial, check out App::cpm::Tutorial.
COPYRIGHT AND LICENSE
Copyright 2015 Shoichi Kaji <skaji@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.