From: Rafael Kitover Date: Wed, 4 Aug 2010 20:16:51 +0000 (+0000) Subject: bump dep on Config::Any to 0.20 X-Git-Tag: v0.29~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c509433895a7c9d0253b7214521863f55ae2680f;p=catagits%2FCatalyst-Plugin-ConfigLoader.git bump dep on Config::Any to 0.20 --- diff --git a/Changes b/Changes index 51bbbb5..4ef4f82 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader. + - bump dep on Config::Any to use the -ForceArray Config::General option + (caelum) + 0.28 Wed Jun 30 2010 - Pod Fixes related to config_substitutions() (Oleg Kostyuk) - Pod fix for the "Using a local configuration file" section of diff --git a/Makefile.PL b/Makefile.PL index 3912510..a566415 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ all_from 'lib/Catalyst/Plugin/ConfigLoader.pm'; requires 'Catalyst::Runtime' => '5.7008'; # needed for env_value() requires 'Data::Visitor' => '0.24'; -requires 'Config::Any' => '0.08'; +requires 'Config::Any' => '0.20'; requires 'MRO::Compat' => '0.09'; test_requires 'Test::More';