X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0d9a065f6d53338f8039812c3fbbcf8ee6250621;hb=6ac87378371b9d19564a03b8c2183e14fa653d97;hp=afded877799a527658adfa05a1df9bcc14f28e66;hpb=0b4072612b7772a71fca86afec9487792a12000e;p=catagits%2FCatalyst-Engine-STOMP.git diff --git a/Makefile.PL b/Makefile.PL index afded87..0d9a065 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,8 @@ use inc::Module::Install; use 5.008006; +license 'perl'; + name 'Catalyst-Engine-Stomp'; all_from 'lib/Catalyst/Engine/Stomp.pm'; @@ -13,6 +15,11 @@ requires 'Net::Stomp' => '0.34'; requires 'YAML::XS' => '0.32'; requires 'namespace::autoclean' => '0.05'; +test_requires 'Alien::ApacheMQ' => '0.00001'; + +no_index package => 'StompTestApp'; +no_index package => 'StompTestApp::Controller::TestController'; + auto_install; WriteAll;