Subject: | Test suite fails without DBD::SQLite |
t/04-db.t fails if DBD::SQLite is not installed --- so either this module needs to be declared as a prereq or the test skipped if it's missing:
...
install_driver(SQLite) failed: Can't locate DBD/SQLite.pm in @INC (you may need to install the DBD::SQLite module) (@INC contains: /usr/home/cpansand/.cpan/build/2020091501/Iterator-Records-0.01-8/blib/lib /usr/home/cpansand/.cpan/build/2020091501/Iterator-Records-0.01-8/blib/arch /home/cpansand/.cpan/build/2020091501/Iterator-Simple-0.07-4/blib/arch /home/cpansand/.cpan/build/2020091501/Iterator-Simple-0.07-4/blib/lib /home/cpansand/.cpan/build/2020091501/Iterator-Simple-0.07-4/blib/arch /home/cpansand/.cpan/build/2020091501/Iterator-Simple-0.07-4/blib/lib /usr/local/lib/perl5/site_perl/mach/5.30 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach /usr/local/lib/perl5/5.30) at (eval 11) 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, Pg, Proxy, Sponge, mysql.
at /usr/home/cpansand/.cpan/build/2020091501/Iterator-Records-0.01-8/blib/lib/Iterator/Records.pm line 684.
t/04-db.t ...............
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...