X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flive%2Flib%2FTestApp%2FController%2FAction%2FEnd.pm;fp=t%2Flib%2FTestApp%2FController%2FAction%2FEnd.pm;h=f18f87178fca1798ce2f305b285f4c55cb0a6563;hp=a132c222cbb17734c807858e44082ef5ce83bbe6;hb=fbcc39ad23f2bbecf5d84c9ba581e6af86fcd460;hpb=21465c884872c1ec8c30acd72796445f9eaacb31 diff --git a/t/lib/TestApp/Controller/Action/End.pm b/t/live/lib/TestApp/Controller/Action/End.pm similarity index 91% rename from t/lib/TestApp/Controller/Action/End.pm rename to t/live/lib/TestApp/Controller/Action/End.pm index a132c22..f18f871 100644 --- a/t/lib/TestApp/Controller/Action/End.pm +++ b/t/live/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 ) = @_; }