added namespace test to normal suite
Robert 'phaylon' Sedlacek [Sun, 16 Aug 2009 02:12:35 +0000 (04:12 +0200)]
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';