added namespace test to normal suite
[catagits/CatalystX-Declare.git] / t / lib / TestApp / Controller / Foo.pm
index 453581d..89b7535 100644 (file)
@@ -1,7 +1,8 @@
 use CatalystX::Declare;
 
+namespace TestApp;
 
-controller TestApp::Controller::Foo with TestApp::TestRole {
+controller ::Controller::Foo with ::TestRole {
 
     use constant MyActionNo => 'TestApp::Try::Aliasing::MyActionNo';