Turn off debug by default, you can say -d for the testapp script anyway and like...
[catagits/Catalyst-Engine-STOMP.git] / testapp / lib / StompTestApp.pm
index 83f06a8..7ed0f1b 100644 (file)
@@ -3,7 +3,7 @@ package # Hide from PAUSE
 use Moose;
 use Catalyst::Runtime '5.80003';
 
-use Catalyst qw/-Debug
+use Catalyst qw/
                 ConfigLoader
               /;
 use namespace::autoclean;