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