Skip Menu |

This queue is for tickets about the DBD-ADO CPAN distribution.

Report information
The Basics
Id: 52886
Status: resolved
Priority: 0/
Queue: DBD-ADO

People
Owner: Nobody in particular
Requestors: rkitover@cpan.org (no email address)
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.97
Fixed in: (no value)



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';
Hello, when will you upload a version with this patch? DBD::ADO is still uninstallable on Cygwin.
Sorry for the long delay! Fixed in 2.98.