From: Chris Andrews Date: Fri, 15 May 2009 20:19:13 +0000 (+0100) Subject: Catalyst::Action::Deserialize is part of C::A::REST's distro. X-Git-Tag: 0.03~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-STOMP.git;a=commitdiff_plain;h=0b4072612b7772a71fca86afec9487792a12000e Catalyst::Action::Deserialize is part of C::A::REST's distro. --- diff --git a/Makefile.PL b/Makefile.PL index e8f39ec..afded87 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,7 +5,7 @@ name 'Catalyst-Engine-Stomp'; all_from 'lib/Catalyst/Engine/Stomp.pm'; requires 'Catalyst::Engine::Embeddable' => '0.0.1'; -requires 'Catalyst::Action::Deserialize' => undef; +requires 'Catalyst::Action::REST' => undef; requires 'Catalyst::Runtime' => '5.80003'; requires 'Moose' => undef; requires 'MooseX::Workers' => '0.05';