From: Tomas Doran Date: Mon, 12 Apr 2010 20:13:21 +0000 (+0100) Subject: Changelog, bump to 0.06 X-Git-Tag: 0.06 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9e03218a731fd84efb5efcc5aacba49d9c947593;p=gitmo%2FMooseX-SimpleConfig.git Changelog, bump to 0.06 --- diff --git a/ChangeLog b/ChangeLog index 224e522..7d3be0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ Revision history for Perl extension MooseX::SimpleConfig +0.06 - Apr 12, 2010 + - Depend on at least version 0.19 of Config::Any for flatten_to_hash + support. + 0.05 - Jan 22, 2010 - Allow multiple config files to be loaded and merged. Patch in RT#48552 from Sawyer X diff --git a/lib/MooseX/SimpleConfig.pm b/lib/MooseX/SimpleConfig.pm index 4754a7e..67e1f3b 100644 --- a/lib/MooseX/SimpleConfig.pm +++ b/lib/MooseX/SimpleConfig.pm @@ -3,7 +3,7 @@ package MooseX::SimpleConfig; use Moose::Role; with 'MooseX::ConfigFromFile'; -our $VERSION = '0.05'; +our $VERSION = '0.06'; use Config::Any ();