Engine::FastCGI - Microsoft IIS7 compatibility patch (COOL - it seems that I was...
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / CGI.pm
index 4e3686f..f598cf5 100644 (file)
@@ -233,7 +233,7 @@ sub read_chunk { shift; shift; *STDIN->sysread(@_); }
 
 =cut
 
-sub run { shift; shift->handle_request(@_) }
+sub run { shift; shift->handle_request( env => \%ENV ) }
 
 =head1 SEE ALSO