X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=6c70f1fd5ce548f840d18feacc7d1aaed5501b83;hb=48bc6cd6f67f4da5f95fcb29a44d18f8a23e4f9a;hp=db989f626565f50e9cb123e1a39b9b7d94813301;hpb=dfed9ed1bbaaa073a2730e8b994f61478892d65a;p=catagits%2FCatalyst-Engine-STOMP.git diff --git a/Makefile.PL b/Makefile.PL index db989f6..6c70f1f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,17 +1,17 @@ use inc::Module::Install; use 5.008006; - + license 'perl'; 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.80004'; requires 'Moose' => undef; requires 'MooseX::Workers' => '0.05'; -requires 'Net::Stomp' => '0.34'; +requires 'Net::Stomp' => '0.34'; requires 'YAML::XS' => '0.32'; requires 'namespace::autoclean' => '0.05';