private actions now have default signature of (@)
[catagits/CatalystX-Declare.git] / t / lib / RenderViewTestApp / Controller / Root.pm
index 6cf8b87..b8951d9 100644 (file)
@@ -11,5 +11,5 @@ controller RenderViewTestApp::Controller::Root {
         $ctx->stash(current_view => 'Test');
     }
 
-    action end isa RenderView;
+    action end is private isa RenderView;
 }