From: Sebastian Riedel Date: Sun, 20 Mar 2005 19:15:29 +0000 (+0000) Subject: typo again :/ X-Git-Tag: 5.7099_04~1752 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e0431ee538d7c5bc82be665b2f54852c73289ace typo again :/ --- diff --git a/lib/Catalyst/Test.pm b/lib/Catalyst/Test.pm index 1810aff..5de06f1 100644 --- a/lib/Catalyst/Test.pm +++ b/lib/Catalyst/Test.pm @@ -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';