We already need 0004, use the new shiny in test app, and turn off debug
[catagits/CatalystX-DynamicComponent.git] / t / lib / DynamicAppDemo.pm
index 48fed74..7a59241 100644 (file)
@@ -3,17 +3,12 @@ use Moose;
 use Catalyst::Runtime '5.80002';
 
 use Catalyst qw/
-    -Debug
+    +CatalystX::ModelsFromConfig
+    +CatalystX::ModelToControllerReflector
 /;
 
 extends 'Catalyst';
 
-# Ordering important. :)
-with qw/
-    CatalystX::ModelsFromConfig
-    CatalystX::ModelToControllerReflector
-/;
-
 our $VERSION = '0.01';
 
 __PACKAGE__->config(