Subject: | Cannot get DBD-RAM to pass make test |
Apologies if this is not a bug and I'm just being stupid, but I *cannot* get DBD-RAM to pass make test.
Distribution DBD-RAM-0.072
Perl version 5.6.0
OS HP-UX 11.00
Associated modules:
DBI 1.20
DBD-CSV 0.2002
SQL-Statement 1.004
Output from "make test":
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/opt/perl5/lib/5.6.0/PA-RISC1.1 -I/opt/perl5/lib/5.6.0 test.pl
Testing empty loop speed ...
100000 iterations in 1.2 cpu+sys seconds (84745 per sec)
Testing connect/disconnect speed ...
2000 connections in 9.5 cpu+sys seconds (211 per sec)
Testing CREATE/DROP TABLE speed ...
Test failed, message: Can't locate DBI object method "csv_cache_sql_parser_object" via package "DBD::RAM::db" at /opt/perl5/lib/site_perl/5.6.0/DBD/File.pm line 170.
Can't locate DBI object method "csv_cache_sql_parser_object" via package "DBD::RAM::db" at /opt/perl5/lib/site_perl/5.6.0/DBD/File.pm line 170.
*** Error exit code 255
The test code in the README file produces a similar error.