Re: [PATCH} perlio and threading @ 10576 + report
[p5sagit/p5-mst-13.2.git] / win32 / config_h.PL
index 91f35a4..a0ee22d 100644 (file)
@@ -45,7 +45,7 @@ eval $str;
 die "$str:$@" if $@;
 
 open(H,">$file.new") || die "Cannot open $file.new:$!";
-binmode H;             # no CRs (which cause a spurious rebuild)
+#binmode H;            # no CRs (which cause a spurious rebuild)
 while (<SH>)
  {
   last if /^$term$/o;