X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=c97f1c5eaf824a466b9bce06d8576cc1faed29fa;hb=2b0750136a91a3ece3ec3f7d9a2db6401a940d7b;hp=d174bb009fc6c26779a30ddec57891c00b9f491c;hpb=3df1f3be5d21a8ff08c4564539c9b0d70590b93f;p=catagits%2FCatalyst-Engine-STOMP.git diff --git a/Makefile.PL b/Makefile.PL index d174bb0..c97f1c5 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -9,6 +9,7 @@ all_from 'lib/Catalyst/Engine/Stomp.pm'; requires 'Catalyst::Engine::Embeddable' => '0.0.1'; requires 'Catalyst::Runtime' => '5.80004'; requires 'Moose' => undef; +requires 'MooseX::Types' => undef; requires 'MooseX::Workers' => '0.05'; requires 'Net::Stomp' => '0.34'; requires 'YAML::XS' => '0.32';