Changelog
[gitmo/MooseX-SimpleConfig.git] / ChangeLog
CommitLineData
33defd43 1Revision history for Perl extension MooseX::SimpleConfig
2
c9b3d3e1 3 - Fixed configfile attribute examples
4 - Added metadata to Makefile.PL
5
9e03218a 60.06 - Apr 12, 2010
7 - Depend on at least version 0.19 of Config::Any for flatten_to_hash
8 support.
9
f33cbec4 100.05 - Jan 22, 2010
11 - Allow multiple config files to be loaded and merged.
12 Patch in RT#48552 from Sawyer X
13
308bcb24 140.04 - Nov 04, 2009
15 - Allow options to be passed through to Config::Any more easily.
16
a96520dd 170.03 - Jan 23, 2008
18 - Mostly just added pod and tests for configfile
19 defaulting
20
a61b087b 210.02 - Dec 19, 2007
22 - Skip the tests if neither of YAML or YAML::Syck is
23 installed (but don't make it a test requirement,
24 some people won't be using this with YAML at all).
25
33defd43 260.01 - Dec 18, 2007
27 - Initial release