Subject: | t/011_bulk_updates.t fails if SQL::Abstract is not installed |
On one of my smokers:
...
# Found database driver DBD::XBase
Can't locate SQL/Abstract.pm in @INC (you may need to install the SQL::Abstract module) (@INC contains: ... .) at (eval 19) line 1.
BEGIN failed--compilation aborted at (eval 19) line 1.
# Looks like your test exited with 2 just after 4.
t/011_bulk_updates.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 57/61 subtests
...