aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-29 11:11:06 +0000
committermatthewt <matthewt@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-01-29 11:11:06 +0000
commit1d388500159edbb0164025d32293cf62437c3aab (patch)
treecc2ae390b56069f280e546de3bfaea4c3df0a51d
parent656d19e97472bf2bb06bf13e1eefa6ecd3b70b2b (diff)
downloadreaction-1d388500159edbb0164025d32293cf62437c3aab.tar.gz
reaction-1d388500159edbb0164025d32293cf62437c3aab.zip
-Debug is -stupid-
-rw-r--r--lib/ComponentUI.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ComponentUI.pm b/lib/ComponentUI.pm
index ae7751f..09ec8bf 100644
--- a/lib/ComponentUI.pm
+++ b/lib/ComponentUI.pm
@@ -13,7 +13,7 @@ use Catalyst::Runtime '5.70';
# Static::Simple: will serve static files from the application's root
# directory
-use Catalyst qw/ ConfigLoader -Debug Static::Simple I18N /;
+use Catalyst qw/ ConfigLoader Static::Simple I18N /;
our $VERSION = '0.01';