Fixed FastCGI win32 support
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine / FastCGI.pm
index f3f250a..af96ca3 100644 (file)
@@ -57,7 +57,7 @@ sub run {
             umask($old_umask);
         }
     }
-    else {
+    elsif ( $^O ne 'MSWin32' ) {
         -S STDIN
           or die "STDIN is not a socket; specify a listen location";
     }