Subject: | t/013_sqlwhere.t fails if DBD::SQLite is installed but SQL::Abstract is not (0.62) |
On some of my smokers t/013_sqlwhere.t fails, probably because the test is not skipped if SQL::Abstract is not installed:
...
Can't locate SQL/Abstract.pm in @INC (you may need to install the SQL::Abstract module) (@INC contains: ... .) at (eval 13) line 1.
BEGIN failed--compilation aborted at (eval 13) line 1.
# Looks like your test exited with 2 just after 5.
t/013_sqlwhere.t ..................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 157/162 subtests
...