App-cpm
view release on metacpan or search on metacpan
0.991 2020-04-12 12:59:53 JST
- [EXPERIMENTAL] Allow users to specify arbitrary resolvers (#168)
0.990 2020-03-27 09:49:10 JST
- Add --with-all to install all listed deps in a cpanfile (atoomic #166)
0.989 2019-11-08 07:34:11 JST
- Support custom metadb resolver (Sadrak #159)
0.988 2019-11-01 00:24:15 JST
- Do not use "tar --force-local" for bsdtar in Win32 (#158)
0.987 2019-10-31 19:55:03 JST
- Emit unpack errors if any
0.986 2019-10-14 01:50:48 JST
- Call tar with -o flag; Use the user and group of the user running the program
rather than those specified in the archive (autarch #156)
0.985 2019-09-29 11:50:59 JST
- Remove outdated pods
0.210 2016-10-31 03:49:34 JST
- Non trial release.
- Add App::cpm::Tutorial.
0.201 2016-10-29 21:29:29 JST
- Deprecate --mirror-only options.
Use --resolver option instead (#41)
0.200 2016-10-24 02:33:11 JST
- Add experimental support for git/ref/dist/dev syntax in cpanfile;
eg: requires 'Your::Module', git => 'git://github.com/you/Your-Module'
- Support queries to MetaDB history API, now cpm can handle version range;
eg: cpm install Search::Elasticsearch~'>= 2.02, < 5.00'
- Support queries to MetaCAPN API, now cpm can handle dev releases;
eg: cpm install Moose@dev
- Add --mirror-only option, now you can use cpm with your own darkpan;
eg: cpm install --mirror http://darkpan --mirror-only Your::Module
- Add --sudo option
- Use Parallel::Pipes to parallelize menlo
( run in 0.359 second using v1.01-cache-2.11-cpan-88abd93f124 )