Jeff Zucker wrote:
H.Merijn Brand wrote:
Failed 2/15 test scripts, 86.67% okay. 1/227 subtests failed, 99.56%
okay.
I added over 140 tests in recent releases (and doubled the Devel::Cover
coverage) and apparently forgot to wrap some of the requires in evals.
SQL::Statement has no prerequisites but since its most common use is
with DBI some of the tests do "eval{require DBI; require DBD::File}".
I've fixed the requires so that some of the tests will be skipped if DBI
and/or DBD::File are not found, but they should not show errors
regardless of what's available.
I'd much appreciate if those who experienced test failures could try
again with
http://svn.perl.org/modules/SQL-Statement/trunk/SQL-Statement-1.14.tar.gz
(OS: Linux, Perl: 5.8.6, DBI 1.48)
Passes all tests here, though the tar.gz archive is itself gzipped.
--
Cosimo