bump dep on Config::Any to 0.20
Rafael Kitover [Wed, 4 Aug 2010 20:16:51 +0000 (20:16 +0000)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 51bbbb5..4ef4f82 100644 (file)
--- 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
index 3912510..a566415 100644 (file)
@@ -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';