Subject: | Fails when DBD::SQLite is not installed |
The skip logic if DBD::SQLite is not available is not working as
intended. t/217_transaction_sqlite.t still fails if DBD::SQLite is
missing. See here for a cross table of grepping for "skip" and grepping
for "Can't locate":
http://analysis.cpantesters.org/reports_by_field?SUBMIT_xxx=Submit&distv=DBIx-Skinny-0.0703&field=qr%3A%28Can%27t+locate+\S%2Bpm%29&field=qr%3A%28skipped%3A+.*%29
It shows that most fails come with a combination of skipping tests for
lack of DBD::SQLite and then a fail for the same reason.
HTH && Thanks && Regards,