Skip Menu |

This queue is for tickets about the JPList CPAN distribution.

Report information
The Basics
Id: 123090
Status: new
Priority: 0/
Queue: JPList

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.04
Fixed in: (no value)



Subject: Undeclared dependency DBI
Tests fail if DBI is not installed: ... Can't locate DBI.pm in @INC (you may need to install the DBI module) (@INC contains: t /home/cpansand/.cpan/build/2017092021/JPList-0.04-0/t/../lib t /home/cpansand/.cpan/build/2017092021/JPList-0.04-0/blib/lib /home/cpansand/.cpan/build/2017092021/JPList-0.04-0/blib/arch /opt/perl-5.27.4/lib/site_perl/5.27.4/x86_64-linux /opt/perl-5.27.4/lib/site_perl/5.27.4 /opt/perl-5.27.4/lib/5.27.4/x86_64-linux /opt/perl-5.27.4/lib/5.27.4 .) at t/Test/JPList.pm line 10. BEGIN failed--compilation aborted at t/Test/JPList.pm line 10. Compilation failed in require at /opt/perl-5.27.4/lib/site_perl/5.27.4/Module/Runtime.pm line 317. BEGIN failed--compilation aborted at t/01-run.t line 14. t/01-run.t .... Dubious, test returned 2 (wstat 512, 0x200) No subtests run ...
On 2017-09-21 02:00:45, SREZIC wrote: Show quoted text
> Tests fail if DBI is not installed: > > ... > Can't locate DBI.pm in @INC (you may need to install the DBI module) > (@INC contains: t /home/cpansand/.cpan/build/2017092021/JPList-0.04- > 0/t/../lib t /home/cpansand/.cpan/build/2017092021/JPList-0.04- > 0/blib/lib /home/cpansand/.cpan/build/2017092021/JPList-0.04- > 0/blib/arch /opt/perl-5.27.4/lib/site_perl/5.27.4/x86_64-linux > /opt/perl-5.27.4/lib/site_perl/5.27.4 /opt/perl- > 5.27.4/lib/5.27.4/x86_64-linux /opt/perl-5.27.4/lib/5.27.4 .) at > t/Test/JPList.pm line 10. > BEGIN failed--compilation aborted at t/Test/JPList.pm line 10. > Compilation failed in require at /opt/perl- > 5.27.4/lib/site_perl/5.27.4/Module/Runtime.pm line 317. > BEGIN failed--compilation aborted at t/01-run.t line 14. > t/01-run.t .... > Dubious, test returned 2 (wstat 512, 0x200) > No subtests run > ...
Also undeclared: DBD::SQLite: # Failed test 'startup died (install_driver(SQLite) failed: Can't locate DBD/SQLite.pm in @INC (you may need to install the DBD::SQLite module) (@INC contains: t /home/cpansand/.cpan/build/2018063003/JPList-0.05-0/t/../lib t /home/cpansand/.cpan/build/2018063003/JPList-0.05-0/blib/lib /home/cpansand/.cpan/build/2018063003/JPList-0.05-0/blib/arch /home/cpansand/.cpan/build/2018063003/Test-Class-0.50-1/blib/arch /home/cpansand/.cpan/build/2018063003/Test-Class-0.50-1/blib/lib /home/cpansand/.cpan/build/2018063003/Hadoop-HDFS-Command-0.005-0/blib/arch /home/cpansand/.cpan/build/2018063003/Hadoop-HDFS-Command-0.005-0/blib/lib /opt/perl-5.28.0t/lib/site_perl/5.28.0/x86_64-linux-thread-multi /opt/perl-5.28.0t/lib/site_perl/5.28.0 /opt/perl-5.28.0t/lib/5.28.0/x86_64-linux-thread-multi /opt/perl-5.28.0t/lib/5.28.0 .) at (eval 229) 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 t/Test/JPList.pm line 27.)' # at t/01-run.t line 16. # (in Test::JPList->startup) # Looks like you failed 1 test of 41. t/01-run.t .... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/41 subtests (less 4 skipped subtests: 36 okay)