H.Merijn Brand wrote:
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.Failed 2/15 test scripts, 86.67% okay. 1/227 subtests failed, 99.56% okay.
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
Thanks!
-- Jeff