X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=db75295081b4955396f7dcb3d6802d725e806a85;hb=8fdce7119798008e0a986dc31cc567204bb4fd81;hp=7323e1d00ce7bf9e047bf559dfa58cbc882af2c0;hpb=6df7d0aece4b37bbfa3c4a6941cf3c1343f72958;p=catagits%2FCatalyst-Action-REST.git 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);