Subject: | Fails if DBD::SQLite is not installed |
See subject. Excerpt of test log:
...
install_driver(SQLite) failed: Can't locate DBD/SQLite.pm in @INC (you may need to install the DBD::SQLite module) (@INC contains: ...) at (eval 235) line 3.
Perhaps the DBD::SQLite perl module hasn't been fully installed,
or perhaps the capitalisation of 'SQLite' isn't right.
Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge.
at /home/cpansand/.cpan/build/2019123023/DBIx-Connector-0.56-0/blib/lib/DBIx/Connector.pm line 32.
# Looks like your test exited with 2 before it could output anything.
...
install_driver(SQLite) failed: Can't locate DBD/SQLite.pm in @INC (you may need to install the DBD::SQLite module) (@INC contains: ... .) at (eval 235) line 3.
Perhaps the DBD::SQLite perl module hasn't been fully installed,
or perhaps the capitalisation of 'SQLite' isn't right.
Available drivers: DBM, ExampleP, File, Gofer, Mem, Proxy, Sponge.
at /home/cpansand/.cpan/build/2019123023/DBIx-Connector-0.56-0/blib/lib/DBIx/Connector.pm line 32.
# Looks like your test exited with 2 before it could output anything.
t/x_log.t .........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
...