Subject: | SQL::SqlObject::ODBC 0.02 -- problem in building, and connecting to ODBC databases |
PROBLEM #1:
When building (make test):
[/home/alg/perlmods/SQL-SqlObject-0.02]
))make test
/usr/bin/perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0,
'blib/lib', 'blib/arch')" t/*.t
t/01_sqlobject....ok
t/02_odbc.........ok
t/03_pg...........Use of uninitialized value in string eq at t/03_pg.t
line 15.
Use of uninitialized value in string eq at t/03_pg.t line 15.
Use of uninitialized value in string eq at t/03_pg.t line 17.
Use of uninitialized value in string eq at t/03_pg.t line 17.
Use of uninitialized value in string eq at t/03_pg.t line 19.
Use of uninitialized value in string eq at t/03_pg.t line 19.
ok
All tests successful.
Files=3, Tests=28, 1 wallclock secs ( 0.63 cusr + 0.40 csys = 1.03 CPU)
PROBLEM #2: Call to incorrectly spelled Carp:: function:
Carp::Confess() -- Should be Carp::confess().
))./mysql_dbsqltest
Undefined subroutine &Carp::Confess called at
/usr/lib/perl5/site_perl/5.8/SQL/SqlObject.pm line 98.
I'll try to fix and submit my suggested changes.