The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Carmel

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