The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for App-MechaCPAN

0.15  2017-02-10 00:07:28 EST
  - Include PERL_USE_UNSAFE_INC environment variable to handle the upcoming
    perl v5.26 change that will remove . from the default @INC. Fixes GitHub #3
  - Disable certificate checking in git while testing. It is less than ideal,
    but certificate faulures are not a good reason to fail the tests.

0.14  2017-01-26 23:27:35 EST
  - Make the command idle timeout an env variable
  - Remove -j from make since not all makes accept it
  - Update documentation

0.13  2017-01-25 23:54:21 EST
  - Deal with how to deal with Win32
  - Prevent the building of perl on Win32
  - Fix cases where test's cwd ne $dir, but were actually equal
  - Add a 30 second idle timeout to &run

0.12  2017-01-22 22:42:03 EST
  - Remove fake documentation showing up on CPAN
  - Stop using the local directory for tests
  - Stop running git tests if git isn't available
  - Fix run() so STDOUT and STDERR are actually shown on error
  - Change the prereq logic to use Module::CoreList
  - Spelling fixes via Greg Arnold/DrunkPyromaniac

0.11  2017-01-18 01:18:44 EST
  - Hide testing modules from the CPAN indexer

0.10  2017-01-18 01:02:36 EST
  - Initial release that includes installing perl and modules as well as
    deploying with a cpanfile/cpanfile.snapshot. Includes pretty-like colors.