X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FTestApp%2FController%2FAction%2FEnd.pm;h=f18f87178fca1798ce2f305b285f4c55cb0a6563;hb=f04fdedae056296d0fa97fbdcaa85b9811ca6a5b;hp=a132c222cbb17734c807858e44082ef5ce83bbe6;hpb=dd4e6fd2152eea9f5b0c1f559575ced7684ef257;p=catagits%2FCatalyst-Runtime.git diff --git a/t/lib/TestApp/Controller/Action/End.pm b/t/lib/TestApp/Controller/Action/End.pm index a132c22..f18f871 100644 --- a/t/lib/TestApp/Controller/Action/End.pm +++ b/t/lib/TestApp/Controller/Action/End.pm @@ -3,7 +3,7 @@ package TestApp::Controller::Action::End; use strict; use base 'TestApp::Controller::Action'; -sub end : Private { +sub end : Private { my ( $self, $c ) = @_; }