typo again :/
Sebastian Riedel [Sun, 20 Mar 2005 19:15:29 +0000 (19:15 +0000)]
lib/Catalyst/Test.pm

index 1810aff..5de06f1 100644 (file)
@@ -89,7 +89,8 @@ sub request {
         $request = HTTP::Request->new( 'GET', $request );
     }
     local ( *STDIN, *STDOUT );
-    my %clean = %ENV;
+    my %clean  = %ENV;
+    my $output = '';
     $ENV{CONTENT_TYPE}   ||= $request->header('Content-Type')   || '';
     $ENV{CONTENT_LENGTH} ||= $request->header('Content-Length') || '';
     $ENV{GATEWAY_INTERFACE} ||= 'CGI/1.1';