remove -Debug to get clearer test output
Matt S Trout [Sat, 7 Mar 2009 20:26:45 +0000 (15:26 -0500)]
lib/LolCatalyst/Lite.pm

index ad8abc6..1c43ddb 100644 (file)
@@ -14,8 +14,7 @@ use Catalyst::Runtime '5.70';
 #                 directory
 
 use parent qw/Catalyst/;
-use Catalyst qw/-Debug
-                ConfigLoader
+use Catalyst qw/ConfigLoader
                 Static::Simple/;
 our $VERSION = '0.01';