Skip to content

Commit

Permalink
No DEBUG output from tests please.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Nov 6, 2009
1 parent cb04833 commit 6d4238f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/MyApp.pm
Expand Up @@ -17,12 +17,12 @@ use Exception::Class::DBI;
# directory # directory


use parent qw/Catalyst/; use parent qw/Catalyst/;
use Catalyst qw/ use Catalyst (qw(
-Debug
ConfigLoader ConfigLoader
Static::Simple Static::Simple
StackTrace StackTrace
/; ), $ENV{HARNESS_ACTIVE} ? () : '-Debug');

our $VERSION = '0.01'; our $VERSION = '0.01';


# Configure the application. # Configure the application.
Expand Down

0 comments on commit 6d4238f

Please sign in to comment.