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
...