From: Jarkko Hietaniemi Date: Tue, 15 Aug 2000 16:34:55 +0000 (+0000) Subject: Missed a file from #6638. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=08d8cd798b539899af64e3266fbdcc40b9c3b777;p=p5sagit%2Fp5-mst-13.2.git Missed a file from #6638. p4raw-id: //depot/perl@6639 --- diff --git a/lib/File/Temp.pm b/lib/File/Temp.pm index 5654f74..bf24ed3 100644 --- a/lib/File/Temp.pm +++ b/lib/File/Temp.pm @@ -697,7 +697,7 @@ sub _can_do_level { return 1 if $level == STANDARD; # Currently, the systems that can do HIGH or MEDIUM are identical - if ( $^O eq 'MSWin32' || $^O eq 'os2') { + if ( $^O eq 'MSWin32' || $^O eq 'os2' || $^O eq 'cygwin') { return 0; } else { return 1;