From: Brian Cassidy Date: Tue, 11 Jul 2006 15:00:27 +0000 (+0000) Subject: update Build.PL and Changes X-Git-Tag: v0.1^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-ConfigLoader.git;a=commitdiff_plain;h=fe891aa10782a0f5b9dd6a627d6576650046fb23 update Build.PL and Changes --- diff --git a/Build.PL b/Build.PL index 461dbd9..23ead95 100644 --- a/Build.PL +++ b/Build.PL @@ -9,8 +9,9 @@ my $build = Module::Build->new( create_readme => 1, create_makefile_pl => 'traditional', requires => { - 'Catalyst' => 0, - 'Data::Visitor' => 0.02, + 'Catalyst::Runtime' => '0', + 'Data::Visitor' => '0.02', + 'Module::Pluggable' => '3.01' }, ); diff --git a/Changes b/Changes index 61a32e8..4008490 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Catalyst::Plugin::ConfigLoader. -0.1 Wed Jul 05 2006 +0.1 Tue Jul 11 2006 - remove hash merging since it is now a core behavior - added C/M/V legacy shortcuts - fixed debug output some