Merged 5.49_01 (r1339) from refactored branch to trunk
[catagits/Catalyst-Runtime.git] / t / live / lib / TestApp / Controller / Action.pm
similarity index 85%
rename from t/lib/TestApp/Controller/Action.pm
rename to t/live/lib/TestApp/Controller/Action.pm
index b745e82..acd8385 100644 (file)
@@ -5,7 +5,7 @@ use base 'Catalyst::Base';
 
 sub begin : Private {
     my ( $self, $c ) = @_;
-    $c->res->header( 'X-Test-Class'  => ref($self) );
+    $c->res->header( 'X-Test-Class' => ref($self) );
     $c->response->content_type('text/plain; charset=utf-8');
 }