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