Subject: | Please support Cygwin too |
Seems to work just as well on Cygwin (fails the same tests against mssql
sqloledb.)
Subject: | dbd-ado-cygwin.patch |
diff --git a/Makefile.PL b/Makefile.PL
index fa09abc..518ca55 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -38,7 +38,7 @@ GetOptions('g!') or die 'Invalid arguments';
$opts{OPTIMIZE} = '-g -O0' if $::opt_g;
die "Currently DBD::ADO only works on Win32 machines!\n"
- if $^O !~ /win32/i && $ENV{USER} !~ /tlowery/i;
+ if $^O !~ /win32|cygwin/i && $ENV{USER} !~ /tlowery/i;
print <<'TEXT';