Fix version in Changelog
[gitmo/MooseX-SimpleConfig.git] / ChangeLog
CommitLineData
33defd43 1Revision history for Perl extension MooseX::SimpleConfig
2
d35e9db0 30.07 - May 22, 2010
3690815f 4 - Reverse order of testing config files so that latter options on the
5 command line (when multiple are specified) take precedence. (RT#57027)
6 - Reduce exception thrown by being unable to find a config file to a
7 warning (RT#57027)
c9b3d3e1 8 - Fixed configfile attribute examples
9 - Added metadata to Makefile.PL
10
9e03218a 110.06 - Apr 12, 2010
a78195eb 12 - Depend on at least version 0.13 of Config::Any for flatten_to_hash
9e03218a 13 support.
14
f33cbec4 150.05 - Jan 22, 2010
16 - Allow multiple config files to be loaded and merged.
17 Patch in RT#48552 from Sawyer X
18
308bcb24 190.04 - Nov 04, 2009
20 - Allow options to be passed through to Config::Any more easily.
21
a96520dd 220.03 - Jan 23, 2008
23 - Mostly just added pod and tests for configfile
24 defaulting
25
a61b087b 260.02 - Dec 19, 2007
27 - Skip the tests if neither of YAML or YAML::Syck is
28 installed (but don't make it a test requirement,
29 some people won't be using this with YAML at all).
30
33defd43 310.01 - Dec 18, 2007
32 - Initial release