X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=afded877799a527658adfa05a1df9bcc14f28e66;hb=a6b86b3548d5760e16a5d5131024ca093cda1a62;hp=7ebc22826927205560aba179f1037c66c05a8bec;hpb=b919b4cc08e605f6338a60385bdc6934dc8e60c2;p=catagits%2FCatalyst-Engine-STOMP.git diff --git a/Makefile.PL b/Makefile.PL index 7ebc228..afded87 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,7 @@ name 'Catalyst-Engine-Stomp'; all_from 'lib/Catalyst/Engine/Stomp.pm'; requires 'Catalyst::Engine::Embeddable' => '0.0.1'; +requires 'Catalyst::Action::REST' => undef; requires 'Catalyst::Runtime' => '5.80003'; requires 'Moose' => undef; requires 'MooseX::Workers' => '0.05';