X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestApp%2FController%2FDump.pm;h=69431b36ef3df3a7798211a770c0eac2cf484208;hp=fcbdc5eea3e8dc5ca8334cb776d684e366b11071;hb=81e2964aaa2c62ad7a5eb3be4d1b436265e17038;hpb=64edd9df0817c6ae4884d4f91cc6677b0c8e4450 diff --git a/t/lib/TestApp/Controller/Dump.pm b/t/lib/TestApp/Controller/Dump.pm index fcbdc5e..69431b3 100644 --- a/t/lib/TestApp/Controller/Dump.pm +++ b/t/lib/TestApp/Controller/Dump.pm @@ -3,7 +3,7 @@ package TestApp::Controller::Dump; use strict; use base 'Catalyst::Controller'; -sub default : Action Private { +sub default : Action { my ( $self, $c ) = @_; $c->forward('TestApp::View::Dump'); }