Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^3: trouble installing Class::DBI::Loader::Oracle

by phdye (Novice)
on Dec 04, 2014 at 19:08 UTC ( [id://1109278]=note: print w/replies, xml ) Need Help??


in reply to Re^2: trouble installing Class::DBI::Loader::Oracle
in thread trouble installing Class::DBI::Loader::Oracle

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 ====
  • Comment on Re^3: trouble installing Class::DBI::Loader::Oracle

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1109278]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-25 07:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found