Turn off debug by default, you can say -d for the testapp script anyway and like...
authort0m <bobtfish@bobtfish.net>
Sun, 17 May 2009 16:26:46 +0000 (17:26 +0100)
committert0m <bobtfish@bobtfish.net>
Sun, 17 May 2009 16:28:22 +0000 (17:28 +0100)
commit6ac87378371b9d19564a03b8c2183e14fa653d97
treead1c65eb82ef0c890e2e209bd330a8cd093920b7
parent625835bf1d9122c76d5d5c500db2990e64e252ed
Turn off debug by default, you can say -d for the testapp script anyway and like this we don't get all the crap by default, but you _can_ turn it on in the tests by setting the env variable.. More useful imo :)

Also add dependency on Alien::ActiveMQ, so that you can actually get the smoke
tests run by CPANTS (once I teach that to install ActiveMQ as part of make install, at least)..

We probably need to abstract telling it where the activeMQ server is / or
getting it to start one into a test library - as I just want 'make test' to do
it all, but I guess Chris is more likely to already have a broker running, and
want the tests to point at that instance..
Makefile.PL
t/Catalyst-Engine-Stomp.t
testapp/lib/StompTestApp.pm