From: Hans Dieter Pearcey Date: Wed, 25 Mar 2009 05:42:10 +0000 (-0400) Subject: change dependency to Catalyst::Runtime X-Git-Tag: 1.08~233 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git;a=commitdiff_plain;h=49c33999e8aaa865a0d2665c308e38dbca794413 change dependency to Catalyst::Runtime --- diff --git a/Makefile.PL b/Makefile.PL index db75295..a8143f6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ perl_version '5.8.1'; name 'Catalyst-Action-REST'; all_from 'lib/Catalyst/Action/REST.pm'; -requires('Catalyst' => '5.7001'); +requires('Catalyst::Runtime' => '5.7001'); requires('Params::Validate' => '0.76'); requires('YAML::Syck' => '0.67'); requires('Module::Pluggable::Object' => undef);