Testing with Windows XP and Windows 2000 server

using Visual C++ 2003 tool-kit

active Perl 5.008008

perl Makefile.PL

with one warning

*** Note:
   The optional PlRPC-modules (RPC::PlServer etc) are not installed.
   If you want to use the DBD::Proxy driver and DBI::ProxyServer
   modules, then you'll need to install the RPC::PlServer, RPC::PlClient,
   Storable and Net::Daemon modules. The CPAN Bundle::DBI may help you.
   You can install them any time after installing the DBI.
   You do *not* need these modules for typical DBI usage.

nmake

compile with no warings

nmake test
passed all except


t/40profile..............ok 11/46
#   Failed test in t/40profile.t at line 233.
#     Structures begin differing at:
#          $got->{40profile.t}{40profile.t} = Does not exist
#     $expected->{40profile.t}{40profile.t} = HASH(0x1bcb250)
t/40profile..............NOK 33# Looks like you failed 1 test of 46.
t/40profile..............dubious
       Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 33
       Failed 1/46 tests, 97.83% okay

I was able to install and use it with DBD::Oracle 1.18


----- Original Message ----- From: "Tim Bunce" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, July 30, 2006 7:11 PM
Subject: Announce: DBI-1.52 release candidate


I'd appreciate testing of this release candidate:

 http://www.data-plan.com/public/DBI-1.52-RC1.tar.gz

=head2 Changes in DBI 1.52 (svn rev 6734),   30h July 2006

 Fixed memory leak (per handle) thanks to Nicholas Clark and Ephraim Dan.
 Fixed memory leak (16 bytes per sth) thanks to Doru Theodor Petrescu.
Fixed execute_for_fetch/execute_array to RaiseError thanks to Martin J. Evans.
 Fixed for perl 5.9.4. Users of Perl >= 5.9.4 will require DBI >= 1.52.

 Updated DBD::File to 0.35 to match the latest release on CPAN.

 Added $dbh->statistics_info specification thanks to Brandon Black.

 Many changes and additions to profiling:
   Profile Path can now uses sane strings instead of obscure numbers,
   can refer to attributes, assorted magical values, and even code refs!
   Parsing of non-numeric DBI_PROFILE env var values has changed.
   Changed DBI::Profile docs extensively - many new features.
   See DBI::Profile docs for more information.

=cut

You'll find more info on the interesting DBI::Profile changes
in http://cpan.perl.org/authors/id/T/TI/TIMB/DBI_WhatsNewTalk_200607.pdf

Enjoy!

Tim.


Reply via email to