On Mon 23 Jun 2003 12:49, "H.Merijn Brand" <[EMAIL PROTECTED]> wrote:
> 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:
> 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
chmod 755 blib/arch/auto/DBD/ODBC/ODBC.dll
cp ODBC.bs blib/arch/auto/DBD/ODBC/ODBC.bs
chmod 644 blib/arch/auto/DBD/ODBC/ODBC.bs
/usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'b
lib/arch')" t/*.t
t/01base.........ok
t/02simple.......ok
3/21 skipped: DSN already set with DSN= or DRIVER=
t/03dbatt........ok
1/16 skipped: Known to fail using MS Access through 2000
t/05meth.........ok
t/07bind.........ok
t/08bind2........skipped
all skipped: SQLDescribeParam not supported using ACCESS
t/09multi........skipped
all skipped: multiple statements not supported using ACCESS
t/20SqlServer...."my" variable $output masks earlier declaration in same scope a
t t/20SqlServer.t line 391.
skipped
all skipped: Microsoft SQL Server tests not supported using ACCESS
t/30Oracle.......skipped
all skipped: Oracle tests not supported using ACCESS
All tests successful, 4 tests and 4 subtests skipped.
Files=9, Tests=58, 7 wallclock secs ( 1.39 cusr + 1.97 csys = 3.36 CPU)
--
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/