The attached patch to Class::DBI:Loader::Oracle resolves the issue. Class-DBI-Loader-Oracle : make test cp lib/Class/DBI/Loader/Oracle.pm blib/lib/Class/DBI/Loader/Oracle.pm PERL_DL_NONLAZY=1 "/usr/bin/perl.exe" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ....... ok t/01-basic.t ...... ok t/pod-coverage.t .. skipped: Test::Pod::Coverage 1.04 required for testing POD coverage t/pod.t ........... skipped: Test::Pod 1.14 required for testing POD All tests successful. Files=4, Tests=7, 2 wallclock secs ( 0.09 usr 0.02 sys + 0.40 cusr 0.20 csys = 0.71 CPU) Result: PASS ==== patch - start ==== *** lib/Class/DBI/Loader/Oracle.pm~ 2008-02-19 18:33:26.000000000 -0500 --- lib/Class/DBI/Loader/Oracle.pm 2014-12-04 14:00:57.523394700 -0500 *************** *** 4,9 **** --- 4,10 ---- use strict; use DBI; use Carp; + use Class::DBI; require Class::DBI::Oracle; use base 'Class::DBI::Loader::Generic'; use vars '$VERSION'; ==== patch - end ====

In reply to Re^3: trouble installing Class::DBI::Loader::Oracle by phdye
in thread trouble installing Class::DBI::Loader::Oracle by hnhegde

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.