projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0a022e8
)
Darwin is not Windows.
Jarkko Hietaniemi [Sun, 10 Dec 2000 18:39:33 +0000 (18:39 +0000)]
p4raw-id: //depot/perl@8075
lib/CGI.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/CGI.pm
b/lib/CGI.pm
index
e9c916f
..
f49b618
100644
(file)
--- 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';