Revision history for Perl extension Config-Locale. 0.10 2021-01-30T03:20:16Z - Provide a .editorconfig instead of .lvimrc. - Add SUPPORT section to the docs. 0.09 2019-02-20T22:47:02Z - Remove strictures use entirely. 0.08 2019-02-20T14:21:51Z - Really fix tests on Windows. - Fix a strictures/multidimensional issue on 5.8. 0.07 2019-02-19T14:14:42Z - Support Path::Class objects, incase anyone was doing that. - Hopefully fix a Windows test issue with a missing C:. - Require perl 5.8.1. - Simplify VERSION declarations. 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.