fast CPAN module installer
Perl
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
author fatpack Jan 15, 2017
lib/App use HTTP::Tiny->can_ssl Jan 20, 2017
script
t
xt
.gitignore
.travis.yml sort travis Dec 31, 2016
Build.PL
Changes 0.298 Jan 15, 2017
LICENSE
META.json use HTTP::Tiny->can_ssl Jan 20, 2017
README.md fatpack target is now 5.10.1 Dec 25, 2016
cpanfile
cpm
dist.ini

README.md

cpm Build Status

a fast CPAN module installer

demo

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::cpanminus

Then:

$ cpanm -nq App::cpm

2) 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 --version

Description

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.

See Also