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