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