From: timbunce Date: Wed, 11 Mar 2009 16:05:23 +0000 (+0000) Subject: Change requires('Catalyst-Runtime',...) to requires('Catalyst',...) as the former... X-Git-Tag: 0.67_01~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Action-REST.git;a=commitdiff_plain;h=8fdce7119798008e0a986dc31cc567204bb4fd81 Change requires('Catalyst-Runtime',...) to requires('Catalyst',...) as the former is easily confused. --- diff --git a/Makefile.PL b/Makefile.PL index 7323e1d..db75295 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-Runtime' => '5.7001'); +requires('Catalyst' => '5.7001'); requires('Params::Validate' => '0.76'); requires('YAML::Syck' => '0.67'); requires('Module::Pluggable::Object' => undef);