fix for ->engine->env in Catalyst::Engine::CGI & FastCGI (it should be complete now)
[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