From: Andrew Rodland Date: Tue, 21 Sep 2010 08:32:09 +0000 (-0500) Subject: Increase ConfigLoader dep from 0.23 to 0.30. X-Git-Tag: 1.30~1^2~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=ac4a8fbe252148c96647bf08f6842c91d257f3d8 Increase ConfigLoader dep from 0.23 to 0.30. This should help get more people on the latest versions of Config::General and Config::Any with single-item-arrayref support. --- diff --git a/Makefile.PL b/Makefile.PL index 2e19d5d..7bc00ba 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -14,7 +14,7 @@ requires 'namespace::autoclean'; requires 'Catalyst' => '5.80015'; requires 'Catalyst::Action::RenderView' => '0.10'; requires 'Catalyst::Plugin::Static::Simple' => '0.28'; -requires 'Catalyst::Plugin::ConfigLoader' => '0.23'; +requires 'Catalyst::Plugin::ConfigLoader' => '0.30'; requires 'Config::General' => '2.42'; # as of 1.07, we use .conf and not .yaml requires 'File::ChangeNotify' => '0.07'; requires 'File::Copy::Recursive';