X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FEngine%2FFastCGI.pm;fp=lib%2FCatalyst%2FEngine%2FFastCGI.pm;h=a6e9688b9874b16bb2fbcd59b15e9c64e48088c5;hb=48175b465e070418595da62f3594591a2c028fe3;hp=b8e0635f058aa51c9031edc1006fe58a4f615367;hpb=be5fd858fdd2f1776bd389e89fdb65788a651a3a;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Engine/FastCGI.pm b/lib/Catalyst/Engine/FastCGI.pm index b8e0635..a6e9688 100644 --- a/lib/Catalyst/Engine/FastCGI.pm +++ b/lib/Catalyst/Engine/FastCGI.pm @@ -144,11 +144,6 @@ sub run { $self->_fix_env( \%env ); - # hack for perl libraries that use FILENO (e.g. IPC::Run) - # trying to patch FCGI.pm, but not got there yet :/ - local *FCGI::Stream::FILENO = sub { -2 } - unless FCGI::Stream->can('FILENO'); - $class->handle_request( env => \%env ); $proc_manager && $proc_manager->pm_post_dispatch();