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

0.06 2019-02-18T06:25:22Z

 - Some documentation updates.
 - Use Moo.
 - Use Path::Tiny instead of Path::Class.
 - Migrate all the tests from Test::More to Test2::V0.
 - Migrate build tooling from Dist::Zilla to Minilla.

0.05 2013-07-21

 - Don't use Moose since this module may often be used form CLI scripts where
   Moose's slow startup can be annoying.

0.04 2013-07-14

 - Fix tests for Windows.
 - Add require_defaults argument.

0.03 2013-04-24

 - Optimize the PERMUTE algorithm so that its not actually generating all the
   possible permutations, which was VERY slow.
 - Replace the default argument with default_stem and override_stem.  This
   provides much more flexibility.

0.02 2013-04-21

 - Add algorithm argument to support the new PERMUTE algorithm.
 - Add merge_behavior argument.
 - Remove suggestions that one should use suffix for specifying the extension
   of the configuration filenames.

0.01 2012-03-19

 - First release.