Skip Menu |

This queue is for tickets about the WWW-SubDB CPAN distribution.

Report information
The Basics
Id: 128084
Status: new
Priority: 0/
Queue: WWW-SubDB

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

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



Subject: Undeclared dependency Mouse
Test suite fails if Mouse.pm is not installed: ... PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Bailout called. Further testing stopped: # Failed test 'use WWW::SubDB;' # at t/00-load.t line 6. # Tried to use 'WWW::SubDB'. # Error: Can't locate Mouse.pm in @INC (you may need to install the Mouse module) (@INC contains: /home/cpansand/.cpan/build/2018122118/WWW-SubDB-0.01-0/blib/lib /home/cpansand/.cpan/build/2018122118/WWW-SubDB-0.01-0/blib/arch /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.0 /usr/local/share/perl/5.28.0 /usr/lib/x86_64-linux-gnu/perl-base) at /home/cpansand/.cpan/build/2018122118/WWW-SubDB-0.01-0/blib/lib/WWW/SubDB.pm line 6. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2018122118/WWW-SubDB-0.01-0/blib/lib/WWW/SubDB.pm line 6. # Compilation failed in require at t/00-load.t line 6. # BEGIN failed--compilation aborted at t/00-load.t line 6. # Testing WWW::SubDB , Perl 5.028001, /usr/bin/perl # Looks like you failed 1 test of 1. FAILED--Further testing stopped. make: *** [Makefile:821: test_dynamic] Error 1 ...
On 2018-12-21 15:00:03, SREZIC wrote: Show quoted text
> Test suite fails if Mouse.pm is not installed: > > ... > PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "- > MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, > 'blib/lib', 'blib/arch')" t/*.t > Bailout called. Further testing stopped: > > # Failed test 'use WWW::SubDB;' > # at t/00-load.t line 6. > # Tried to use 'WWW::SubDB'. > # Error: Can't locate Mouse.pm in @INC (you may need to install > the Mouse module) (@INC contains: > /home/cpansand/.cpan/build/2018122118/WWW-SubDB-0.01-0/blib/lib > /home/cpansand/.cpan/build/2018122118/WWW-SubDB-0.01-0/blib/arch > /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 > /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 > /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 > /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/local/lib/x86_64- > linux-gnu/perl/5.28.0 /usr/local/share/perl/5.28.0 /usr/lib/x86_64- > linux-gnu/perl-base) at /home/cpansand/.cpan/build/2018122118/WWW- > SubDB-0.01-0/blib/lib/WWW/SubDB.pm line 6. > # BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2018122118/WWW-SubDB-0.01- > 0/blib/lib/WWW/SubDB.pm line 6. > # Compilation failed in require at t/00-load.t line 6. > # BEGIN failed--compilation aborted at t/00-load.t line 6. > # Testing WWW::SubDB , Perl 5.028001, /usr/bin/perl > # Looks like you failed 1 test of 1. > FAILED--Further testing stopped. > make: *** [Makefile:821: test_dynamic] Error 1 > ...
Also undeclared: - LWP::UserAgent