X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=7323e1d00ce7bf9e047bf559dfa58cbc882af2c0;hb=fec6d454787f6a7c23d1b6a7151a009a3ba0907b;hp=db75295081b4955396f7dcb3d6802d725e806a85;hpb=e540a1fa72e4a5425c59a9397a3353f4784d726a;p=catagits%2FCatalyst-Action-Serialize-Data-Serializer.git diff --git a/Makefile.PL b/Makefile.PL index db75295..7323e1d 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);