The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
2.001 2014-05-21
  * Updated to accommodate new Mojo::Log (Log).
  * Added new package (Config::Ini).
  * Bumped required version of Mojolicious to 5.00.

1.071 2014-03-06
  * Config methods accept a hash of params (Config).

1.062 2014-02-10
  * Added check_exists (Util).

1.053 2014-01-20
  * Reduced version dependency to Mojolicious@3.33.

1.052 2014-01-16
  * Simplified pragmas when loading configuration (Config).
  * Extended documentation (Config).
  * Added new package (ClassShare).

1.041 2014-01-15
  * Refactored to be a subclass instead of a fork (Log).
  * Renamed timestamp -> pattern (Log).

1.031 2014-01-14
  * Added lc_keys (Util).
  * Renamed titlecase -> unsnakecase (Util).
  * Renamed detitlecase -> snakecase (Util).
  * Reimplemented dumper to use Data::Dumper opts (Util).

1.021 2014-01-13
  * Added on_{get,set}_error (Cache).
  * Implemented max_keys (Cache).

1.016 2014-01-12
  * Tidied packaging.
  * Added sample/test config file.
  * Added copyright statements (Mojar).

1.001 2013-07-17
  * Improved packaging.
  * Extended tests (Log).
  * Fixed bug where use-time params were ignored (Log).

0.020 2012-12-31
  * Reduced quotes and indentation (Util)
  * Tweaked .travis.yml
  * Added LICENSE, MANIFEST.SKIP
  * Fixed POD bug (Mojar)
  * Added dumper (Util)
  * Removed slurp (Util)

0.014 2012-12-21
  * Added slurp,spurt (Util)