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