Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 7044
Status: resolved
Priority: 0/
Queue: DBD-Oracle

People
Owner: Nobody in particular
Requestors: rkinyon [...] columbus.rr.com
Cc:
AdminCc:

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



Subject: Test 5 in t/general.t fails
Installing DBD-Oracle-1.15, DBI-1.43 on RedHat Enterprise Release 3 against Oracle 9.2.0.4 client-only install. I'm using the default Perl install. (This is perl, v5.8.0 built for i386-linux-thread-multi) 'make' went just fine. 'make test' passes except for the 5th test in general.t. It goes: eval { $p1=$sth->{NUM_OFFIELDS_typo} }; ok(0, $@ =~ /attribute/); The issue is that $@ is blank when ok() is called. The warning is thrown, but it doesn't look like it's fatal. I went ahead and installed and I can connect and work just fine. I don't know enough about the DBI architecture to be able to offer up a useful patch.
Fixed in 1.16 (see dbi-users archives for announcement of release candidate)