a fast CPAN module installer
There are 2 ways.
$ curl -fsSL https://raw.githubusercontent.com/skaji/cpm/main/cpm > cpm
$ chmod +x cpm
$ ./cpm --version$ curl -fsSL https://raw.githubusercontent.com/skaji/cpm/main/cpm | perl - install -g App::cpm
$ cpm --versioncpm 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 more background on the cpm v1 redesign, see cpm v1: making installs stable.
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.
- You may want to check install-with-cpm when you use cpm with GitHub Actions.
- Perl Advent Calendar 2015
- App::cpanminus
- Menlo
- Carton