summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2003-02-19 05:37:39 -0800
committerH.Merijn Brand <h.m.brand@xs4all.nl>2003-02-25 12:12:14 +0000
commit05e4de7ff9ae07387441ffcdd274d1d24ab9a040 (patch)
treeb69e1f4d4f6f01f998ed583f8b93c19d0d9f2fdb /lib
parent9065793efbbe50c04eafa6d44636cf8fd2831d14 (diff)
downloadperl-05e4de7ff9ae07387441ffcdd274d1d24ab9a040.tar.gz
[perl@18752] warnings from CGI tests under cygwin
Message-ID: <jk/U+gzkg2DE092yn@efn.org> p4raw-id: //depot/perl@18772
Diffstat (limited to 'lib')
-rw-r--r--lib/CGI.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/CGI.pm b/lib/CGI.pm
index 62c41ea912..bd9c3354f7 100644
--- a/lib/CGI.pm
+++ b/lib/CGI.pm
@@ -149,8 +149,8 @@ $AutoloadClass = $DefaultClass unless defined $CGI::AutoloadClass;
# The path separator is a slash, backslash or semicolon, depending
# on the paltform.
$SL = {
- UNIX=>'/', OS2=>'\\', EPOC=>'/',
- WINDOWS=>'\\', DOS=>'\\', MACINTOSH=>':', VMS=>'/'
+ UNIX => '/', OS2 => '\\', EPOC => '/', CYGWIN => '/',
+ WINDOWS => '\\', DOS => '\\', MACINTOSH => ':', VMS => '/'
}->{$OS};
# This no longer seems to be necessary