develooper Front page | perl.dbi.dev | Postings from April 2002

DBI::PurePerl v. 0.0004

Thread Next
From:
Jeff Zucker
Date:
April 15, 2002 16:07
Subject:
DBI::PurePerl v. 0.0004
Message ID:
3CBB5BF8.21B74410@vpservices.com
The latest version passes these tests with perl 5.6.1 on win98:

  DBI-1.21/t/*          278/278 ok  (proxy.t,preparse.t skipped)
  DBD-AnyData-0.06/t*     40/40 ok
  DBD-CSV-0.2004/t*     244/244 ok
  DBD-Sprite-0.30/t/*     28/28 ok
  DBD-XBase-0.161/t*    238/239 ok  (same with real DBI)

It includes patches for neat() from Randal and several bug fixes and a
patch for hash() from John Tobey, thanks!  I also cleaned up some things
and discovered a few changes needed to make it pass all of the DBD tests
(Tim, these are marked in the code and show where DBI/t* possibly need
to be changed).

To test it (and please do):

  1. put attatched PurePerl.pm in your DBI directory
  2. patch DBI.pm with the small attatched patch (or add it by hand)
  3. set the environment variable DBI_PUREPERL to 2

To return to real DBI, just unset DBI_PUREPERL.

-- 
Jeff
Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About