Merged 5.49_01 (r1339) from refactored branch to trunk
[catagits/Catalyst-Runtime.git] / 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 (file)
@@ -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 ) = @_;
 }