Revision history for Carmel
v0.1.8 2015-04-20 21:40:06 PDT
- Change the default base to ~/.carmel/5.20.2-{arch} rather than ~/.perl-carmel/5.020002-{arch}
v0.1.7 2015-04-20 14:44:20 CEST
- Fix dependencies count display when 'perl' is in cpanfile
- Fix the ordering of %ENV in exec when PATH/PERL5LIB is already set (#4)
v0.1.6 2015-04-20 01:55:23 CEST
- up dependency on Carton
- Fixed an issue with exact v-strings in requirements
v0.1.5 2015-04-19 16:07:40 CEST
- `carmel install` now only installs missing requirements
- internal refactorings
- add `carmel show` command
- add help and version subcommand
- requires newer cpanm that supports better cpanfile requirement support
v0.1.4 2015-04-18 19:52:12 CEST
- Fixed an issue with Devel::Carmel where Module::Runtime requires the module
- Pass requirements as a dumped cpanfile to cpanm for more accurate requirements
- Merge carton .snapshot if it's there
- Display all required modules after carmel install
- Set -q option in internal invocation of cpanm, just like Carton
- When finding artifacts, honor the requirements built out of cpanfile and snapshot
v0.1.3 2015-04-18 12:12:49 CEST
- Better display in carmel install to show already built modules
- Big performance optimization in carton list/tree/exec
- require newer cpanminus (marcus++)
- skip Carton's cpanfile.snapshot support for now (marcus++)
v0.1.2 2015-04-17 23:25:24 CEST
- fix possible infinite loop in many commands
- implement tree command
v0.1.1 2015-04-17 22:45:55 CEST
- include archname in build artifacts directory
- remove unused modules
v0.1.0 2015-04-17 19:59:52 CEST
- Initial release