From 2e1502a81afc42f26d516fc86705d0dd06d7c347 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 15 Apr 2014 22:27:40 +0200 Subject: [PATCH] Revert "perl: make File::Spec treat msys as Window" This reverts commit eeaeecbbefd412e4d19b77f662c1a9d2d32bf43a. --- lib/perl5/5.8.8/File/Spec.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/perl5/5.8.8/File/Spec.pm b/lib/perl5/5.8.8/File/Spec.pm index f1ca5a0b..0c8cd21e 100644 --- a/lib/perl5/5.8.8/File/Spec.pm +++ b/lib/perl5/5.8.8/File/Spec.pm @@ -14,8 +14,7 @@ my %module = (MacOS => 'Mac', NetWare => 'Win32', # Yes, File::Spec::Win32 works on NetWare. symbian => 'Win32', # Yes, File::Spec::Win32 works on symbian. dos => 'OS2', # Yes, File::Spec::OS2 works on DJGPP. - cygwin => 'Cygwin', - msys => 'Win32'); + cygwin => 'Cygwin'); my $module = $module{$^O} || 'Unix'; -- 2.11.4.GIT