convert tabs to spaces and set unix line endings in t/*
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Controller / Engine / Response / Large.pm
index e9e488c..bbf6430 100644 (file)
@@ -1,16 +1,16 @@
-package TestApp::Controller::Engine::Response::Large;\r
-\r
-use strict;\r
-use base 'Catalyst::Base';\r
-\r
-sub one : Relative {\r
-    my ( $self, $c ) = @_;\r
-    $c->res->output( 'x' x (100 * 1024) ); \r
-}\r
-\r
-sub two : Relative {\r
-    my ( $self, $c ) = @_;\r
-    $c->res->output( 'y' x (1024 * 1024) );\r
-}\r
-\r
-1;\r
+package TestApp::Controller::Engine::Response::Large;
+
+use strict;
+use base 'Catalyst::Base';
+
+sub one : Relative {
+    my ( $self, $c ) = @_;
+    $c->res->output( 'x' x (100 * 1024) ); 
+}
+
+sub two : Relative {
+    my ( $self, $c ) = @_;
+    $c->res->output( 'y' x (1024 * 1024) );
+}
+
+1;