Turn off debug by default, you can say -d for the testapp script anyway and like...
[catagits/Catalyst-Engine-STOMP.git] / Makefile.PL
index e0e1bad..0d9a065 100644 (file)
@@ -15,6 +15,8 @@ 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';