Switched to Module::Install
[catagits/Catalyst-Runtime.git] / t / live / lib / TestApp / Controller / Engine / Response / Large.pm
diff --git a/t/live/lib/TestApp/Controller/Engine/Response/Large.pm b/t/live/lib/TestApp/Controller/Engine/Response/Large.pm
deleted file mode 100644 (file)
index e9e488c..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-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