Version 0.08
[gitmo/MooseX-SimpleConfig.git] / ChangeLog
1 Revision history for Perl extension MooseX::SimpleConfig
2
3 0.08 - Aug 13, 2010
4   - Fix passing multiple config files to SimpleConfig.
5     - Tests for this (zby)
6
7 0.07 - May 22, 2010
8   - Reverse order of testing config files so that latter options on the
9     command line (when multiple are specified) take precedence. (RT#57027)
10   - Reduce exception thrown by being unable to find a config file to a
11     warning (RT#57027)
12   - Fixed configfile attribute examples
13   - Added metadata to Makefile.PL
14
15 0.06 - Apr 12, 2010
16   - Depend on at least version 0.13 of Config::Any for flatten_to_hash
17     support.
18
19 0.05 - Jan 22, 2010
20    - Allow multiple config files to be loaded and merged.
21      Patch in RT#48552 from Sawyer X
22
23 0.04 - Nov 04, 2009
24     - Allow options to be passed through to Config::Any more easily.
25
26 0.03 - Jan 23, 2008
27     - Mostly just added pod and tests for configfile
28       defaulting
29
30 0.02 - Dec 19, 2007
31     - Skip the tests if neither of YAML or YAML::Syck is
32       installed (but don't make it a test requirement,
33       some people won't be using this with YAML at all).
34
35 0.01 - Dec 18, 2007
36     - Initial release