X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=f9f515437034e75b66ba5e6637c952fa70418c45;hb=092efce50c2eb38b07016f2c72bc28a79fc40825;hp=6bc3e9adf9ec8e724ed7bbf82529d4520084539f;hpb=49c78911c86e44981df6bbf85a917605bbadaf54;p=catagits%2FCatalyst-Engine-STOMP.git diff --git a/Makefile.PL b/Makefile.PL index 6bc3e9a..f9f5154 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,7 @@ 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 'Catalyst::Runtime' => '5.80004'; requires 'Moose' => undef; requires 'MooseX::Workers' => '0.05'; requires 'Net::Stomp' => '0.34';