Skip Menu |

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

Report information
The Basics
Id: 7214
Status: resolved
Priority: 0/
Queue: DBD-CSV

People
Owner: JZUCKER [...] cpan.org
Requestors: Marek.Rouchal [...] gmx.net
Cc:
AdminCc:

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



Subject: error with perl-5.8.5
When building this module against perl-5.8.5, I get an error in one of the tests: $ perl -Mblib t/40bindparam.t 1..28 ok 1 connect ok 2 FindNewTable CREATE TABLE testau (id INTEGER NOT NULL, name CHAR (64)) ok 3 create ok 4 prepare ok 5 execute insert 1 ok 6 execute insert num as string ok 7 execute insert 2 ok 8 bind 1 ok 9 bind 2 ok 10 execute binds ok 11 ok 12 ok 13 not ok 14 - finish FAILED Test 14 - finish ok 15 undef cursor ok 16 disconnect ok 17 undef dbh ok 18 connect for read ok 19 ok 20 ok 21 ok 22 ok 23 ok 24 ok 25 ok 26 ok 27 ok 28 Let me know if you need more details. Thanks, Marek
From: tilrman [...] tilrman.com
I see this same error on 5.6.1, both on a Linux desktop and an HP-UX server. tilleypc:~ $ uname -a; perl -v Linux tilleypc 2.4.20 #15 Thu Jan 8 15:05:34 CST 2004 i686 unknown This is perl, v5.6.1 built for i386-linux bigsim:/tmp/cpan/build/DBD-CSV-0.21 $ uname -a; perl -v HP-UX bigsim B.11.00 A 9000/800 This is perl, v5.6.1 built for PA-RISC1.1 I'll be happy to provide more details upon request.
This problem goes away with the latest DBI release on CPAN (1.45). There is - as far as I can see now - no bug in DBD::CSV Cheers, Marek