Merge branch 'master' of git.moose.perl.org:MooseX-SimpleConfig
[gitmo/MooseX-SimpleConfig.git] / ChangeLog
1 Revision history for Perl extension MooseX::SimpleConfig
2
3 0.06 - Apr 12, 2010
4   - Depend on at least version 0.19 of Config::Any for flatten_to_hash
5     support.
6
7 0.05 - Jan 22, 2010
8    - Allow multiple config files to be loaded and merged.
9      Patch in RT#48552 from Sawyer X
10
11 0.04 - Nov 04, 2009
12     - Allow options to be passed through to Config::Any more easily.
13
14 0.03 - Jan 23, 2008
15     - Mostly just added pod and tests for configfile
16       defaulting
17
18 0.02 - Dec 19, 2007
19     - Skip the tests if neither of YAML or YAML::Syck is
20       installed (but don't make it a test requirement,
21       some people won't be using this with YAML at all).
22
23 0.01 - Dec 18, 2007
24     - Initial release