in reply to trouble installing Class::DBI::Loader::Oracle
t/00-load.t ....... Dubious, test returned 1 (wstat 256, 0x100) t/01-basic.t ...... ok t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.04 required for tes +ting POD coverage t/pod.t ........... ok
You'll notice t/01-basic.t was not skipped, and it passed all tests. So you can ignore the failure of 00-load.t, and force install Class::DBI::Loader::Oracle.
If you compare t/01-basic.t and t/00-load.t , you can see that missing from Class/DBI/Loader/Oracle.pm is
use DBD::Oracle; use Class::DBI::Oracle; use Class::DBI::Loader;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: trouble installing Class::DBI::Loader::Oracle
by hnhegde (Novice) on Jun 04, 2010 at 19:33 UTC | |
by phdye (Novice) on Dec 04, 2014 at 19:08 UTC |