Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.58 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.58 KB

cpm

a fast CPAN module installer

Install

There are 2 ways.

1) self-contained version

$ curl -fsSL https://raw.githubusercontent.com/skaji/cpm/main/cpm > cpm
$ chmod +x cpm
$ ./cpm --version

2) From CPAN

$ curl -fsSL https://raw.githubusercontent.com/skaji/cpm/main/cpm | perl - install -g App::cpm
$ cpm --version

Description

cpm is a fast CPAN module installer, which uses Menlo (cpanm 2.0) in parallel.

Moreover cpm keeps the each builds of distributions in your home directory. Then, cpm install will use these prebuilt distributions. That is, if prebuilts are available, cpm never build distributions again, just copy the prebuilts into an appropriate directory. This is (of course!) inspired by Carmel.

Roadmap

See skaji#181

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.

See Also