Skip Menu |

This queue is for tickets about the Siffra-Bootstrap CPAN distribution.

Report information
The Basics
Id: 128848
Status: new
Priority: 0/
Queue: Siffra-Bootstrap

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

Bug Information
Severity: (no value)
Broken in:
  • 0.02
  • 0.03
  • 0.04
  • 0.05
Fixed in: (no value)



Subject: Undeclared dependencies
The test suite fails if Data::Dumper::AutoEncode is not installed: ... # Failed test 'use Siffra::Bootstrap;' # at t/001_load.t line 7. # Tried to use 'Siffra::Bootstrap'. # Error: Can't locate Data/Dumper/AutoEncode.pm in @INC (you may need to install the Data::Dumper::AutoEncode module) (@INC contains: /home/cpansand/.cpan/build/2019031607/Siffra-Bootstrap-0.02-1/blib/lib /home/cpansand/.cpan/build/2019031607/Siffra-Bootstrap-0.02-1/blib/arch /opt/perl-5.26.0/lib/site_perl/5.26.0/x86_64-linux /opt/perl-5.26.0/lib/site_perl/5.26.0 /opt/perl-5.26.0/lib/5.26.0/x86_64-linux /opt/perl-5.26.0/lib/5.26.0 .) at /home/cpansand/.cpan/build/2019031607/Siffra-Bootstrap-0.02-1/blib/lib/Siffra/Bootstrap.pm line 8. # BEGIN failed--compilation aborted at /home/cpansand/.cpan/build/2019031607/Siffra-Bootstrap-0.02-1/blib/lib/Siffra/Bootstrap.pm line 8. # Compilation failed in require at t/001_load.t line 7. # BEGIN failed--compilation aborted at t/001_load.t line 7. Can't locate object method "new" via package "Siffra::Bootstrap" at t/001_load.t line 9. # Looks like your test exited with 255 just after 1. t/001_load.t ...... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 2/2 subtests ...
On 2019-03-16 03:34:15, SREZIC wrote: Show quoted text
> The test suite fails if Data::Dumper::AutoEncode is not installed: > > ... > # Failed test 'use Siffra::Bootstrap;' > # at t/001_load.t line 7. > # Tried to use 'Siffra::Bootstrap'. > # Error: Can't locate Data/Dumper/AutoEncode.pm in @INC (you may > need to install the Data::Dumper::AutoEncode module) (@INC contains: > /home/cpansand/.cpan/build/2019031607/Siffra-Bootstrap-0.02-1/blib/lib > /home/cpansand/.cpan/build/2019031607/Siffra-Bootstrap-0.02- > 1/blib/arch /opt/perl-5.26.0/lib/site_perl/5.26.0/x86_64-linux > /opt/perl-5.26.0/lib/site_perl/5.26.0 /opt/perl- > 5.26.0/lib/5.26.0/x86_64-linux /opt/perl-5.26.0/lib/5.26.0 .) at > /home/cpansand/.cpan/build/2019031607/Siffra-Bootstrap-0.02- > 1/blib/lib/Siffra/Bootstrap.pm line 8. > # BEGIN failed--compilation aborted at > /home/cpansand/.cpan/build/2019031607/Siffra-Bootstrap-0.02- > 1/blib/lib/Siffra/Bootstrap.pm line 8. > # Compilation failed in require at t/001_load.t line 7. > # BEGIN failed--compilation aborted at t/001_load.t line 7. > Can't locate object method "new" via package "Siffra::Bootstrap" at > t/001_load.t line 9. > # Looks like your test exited with 255 just after 1. > t/001_load.t ...... > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 2/2 subtests > ...
Still see dependency problems with 0.04: PERL_DL_NONLAZY=1 "/usr/perl5.20.1Dp/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t [ [0] "Can't locate JSON/XS.pm in @INC (you may need to install the JSON::XS module) (@INC contains: ... .) at /home/cpansand/.cpan/build/2019042712/Siffra-Tools-0.05-mSErMO/blib/lib/Siffra/Tools.pm line 87. " ] Died at /home/cpansand/.cpan/build/2019042712/Siffra-Base-0.03-94axlq/blib/lib/Siffra/Base.pm line 55. # Looks like you planned 2 tests but ran 1. # Looks like your test exited with 25 just after 1. t/001_load.t ...... Dubious, test returned 25 (wstat 6400, 0x1900) Failed 1/2 subtests