X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FHelper.pm;h=8ab9ad2b2a845e51fae8ce3dfd458972a35a1e1a;hb=3b2e642dca80e4d32985aebb7a17e3826438f96e;hp=52d40fe0d3f7b955bca74204c1c7b1db1c01d179;hpb=c8848fad199fa90b413508a3063c37ddd8da2266;p=catagits%2FCatalyst-Devel.git diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 52d40fe..8ab9ad2 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -898,12 +898,6 @@ GetOptions( pod2usage(1) if $help; -# as the IIS doesn't like output to STDERR keep it at STDOUT, otherwise the -# server will return "Connection Interrupted" -if ( $^O eq 'MSWin32' && exists($ENV{APP_POOL_ID}) ) { - $keep_stderr = 1; -} - [% name %]->run( $listen, { nproc => $nproc, @@ -994,7 +988,7 @@ GetOptions( 'fork|f' => \$fork, 'help|?' => \$help, 'host=s' => \$host, - 'port|p=s' => \$port, + 'port=s' => \$port, 'keepalive|k' => \$keepalive, 'restart|r' => \$restart, 'restartdelay|rd=s' => \$check_interval,