From: t0m Date: Thu, 21 May 2009 01:05:14 +0000 (+0100) Subject: Depend on latest and greatest, ergo kill unknowmn error and lose Scope::Upper from... X-Git-Tag: 0.03~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-STOMP.git;a=commitdiff_plain;h=092efce50c2eb38b07016f2c72bc28a79fc40825 Depend on latest and greatest, ergo kill unknowmn error and lose Scope::Upper from the dep chain --- 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';