X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=0d9a065f6d53338f8039812c3fbbcf8ee6250621;hb=6ac87378371b9d19564a03b8c2183e14fa653d97;hp=960b40f43802f5bc51b51248e3818b6be2b00373;hpb=68e73c9f66beb49890b4609af4d85222c3076aca;p=catagits%2FCatalyst-Engine-STOMP.git diff --git a/Makefile.PL b/Makefile.PL index 960b40f..0d9a065 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,7 +15,10 @@ 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;