From: Marcus Ramberg Date: Sat, 18 Apr 2009 15:54:11 +0000 (+0000) Subject: Up Changes X-Git-Tag: v0.23^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e74ddd14e7b631b25820c22190338879c20f6d99;hp=2d5ff3af8297e1222cb669c38cc89871be4b57b7;p=catagits%2FCatalyst-Plugin-ConfigLoader.git Up Changes --- diff --git a/Changes b/Changes index 85d72c8..800a094 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader. +0.23 Sat Apr 18 2009 + - Update Data::Visitor + 0.22 Mon Jan 05 2009 - add a cookbook entry re: UTF-8 and Config::General (Octavian Rasnita) - switch from NEXT to MRO::Compat diff --git a/Makefile.PL b/Makefile.PL index 3a0eb83..7d1bbd8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ name 'Catalyst-Plugin-ConfigLoader'; all_from 'lib/Catalyst/Plugin/ConfigLoader.pm'; requires 'Catalyst::Runtime' => '5.7008'; # needed for env_value() -requires 'Data::Visitor' => '0.02'; +requires 'Data::Visitor' => '0.24'; requires 'Config::Any' => '0.08'; requires 'MRO::Compat' => '0.09';