On Fri 20 Jun 2003 06:09, "Jeff Urlwin" <[EMAIL PROTECTED]> wrote:
>  Fixed test in t/02simple.t to skip if the DSN defined by the user has DSN=
> in it.
>  Added tests for wrong DSN, ensuring the DBI::errstr is appropriately set.
>  Fixed small issue in Makefile.PL for Unix systems thanks to H.Merijn Brand.

Cygwin 1.3.23:

Configuring DBD::ODBC ...

>>>     Remember to actually *READ* the README file!
        And re-read it if you have any problems.

Using DBI 1.37 installed in /pro/lib/perl5/site_perl/5.9.0/cygwin/auto/DBI
Using ODBC in C:/WINNT

Umm, this looks like a Microsoft ODBC type of driver manager.

Building for Microsoft under Cygwin

Checking if your kit is complete...
Looks good
Injecting selected odbc driver into cc command
Injecting selected odbc driver into cc command
Using DBI 1.37 installed in /pro/lib/perl5/site_perl/5.9.0/cygwin/auto/DBI
Writing Makefile for DBD::ODBC

The DBD::ODBC tests will use these values for the database connection:
    DBI_DSN=            e.g. dbi:ODBC:demo
    DBI_USER=
    DBI_PASS=
Warning: not all required environment variables are set.

Makefile:309: *** missing separator.  Stop.


--8<---
# make Changes file available as installed pod docs "perldoc DBI::Changes"
inst_libdbdodbc = blib/lib/DBD/ODBC
changes_pm = blib/lib/DBD/ODBC/Changes.pm

config :: $(changes_pm)
    @$(NOOP)

$(changes_pm): Changes
        $(NOECHO) $(MKPATH) $(inst_libdbdodbc)
        $(NOECHO) $(RM_F) $(changes_pm)
        $(CP) Changes $(changes_pm)
-->8---

The @$(NOOP) has an indent of 4 spaces a.o.t. the required single tab

>  Update to NOT copy user id and password to connect string if UID or PWD
> parameter in connect string.
>  Updated Makefile.PL for dmake, per patch by Steffen Goldner.  Thanks
> Steffen!
> 
> 
> 
> To: Jeff Urlwin
> Subject: CPAN Upload: J/JU/JURL/DBD-ODBC-1.06.tar.gz
> 
> 
> The uploaded file
> 
>     DBD-ODBC-1.06.tar.gz
> 
> has entered CPAN as
> 
>   file: $CPAN/authors/id/J/JU/JURL/DBD-ODBC-1.06.tar.gz
>   size: 90106 bytes
>    md5: 5b5fda7660230d19fafe7511f799afd8
> 
> 

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
     WinNT 4, Win2K pro & WinCE 2.11 often with Tk800.024 &/| DBD-Unify
ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/H/HM/HMBRAND/


Reply via email to