canged prereq for D:D to ensure fix of method call issue
[catagits/CatalystX-Declare.git] / t / lib / TestApp / Controller / Root.pm
index 4c2d88f..4318c04 100644 (file)
@@ -1,7 +1,7 @@
 use CatalystX::Declare;
 
 controller TestApp::Controller::Root {
-    CLASS->config->{namespace} = '';
+    CLASS->config(namespace => '');
 
     action base under '/' as '';
 }