From: Jarkko Hietaniemi Date: Sun, 10 Dec 2000 18:39:33 +0000 (+0000) Subject: Darwin is not Windows. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=400728b860602b352de8071deef81019cfa0d73e;p=p5sagit%2Fp5-mst-13.2.git Darwin is not Windows. p4raw-id: //depot/perl@8075 --- diff --git a/lib/CGI.pm b/lib/CGI.pm index e9c916f..f49b618 100644 --- a/lib/CGI.pm +++ b/lib/CGI.pm @@ -107,7 +107,7 @@ unless ($OS) { $OS = $Config::Config{'osname'}; } } -if ($OS=~/Win/i) { +if ($OS=~/win32/i) { $OS = 'WINDOWS'; } elsif ($OS=~/vms/i) { $OS = 'VMS';