X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestApp%2FController%2FFoo.pm;h=89b75357f314fe2636f8137b29c4b23ce931c17a;hb=dd988d3da386f9ebedcaadd7c309ccdffba86f14;hp=453581dfcaf1a68bb8e9fff75c8a2689d1f65101;hpb=f00bea98e5a87cf38a8f3e3048cdf8cde766510e;p=catagits%2FCatalystX-Declare.git diff --git a/t/lib/TestApp/Controller/Foo.pm b/t/lib/TestApp/Controller/Foo.pm index 453581d..89b7535 100644 --- a/t/lib/TestApp/Controller/Foo.pm +++ b/t/lib/TestApp/Controller/Foo.pm @@ -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';