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.