Subject: | Undeclared dependency Test::Exception |
The test suite fails if Test::Exception is not installed:
...
Can't locate Test/Exception.pm in @INC (you may need to install the Test::Exception module) (@INC contains: /tmpfs/.cpan-build-cpansand/2017070518/Algorithm-Pair-Swiss-0.14-fcU8ae/blib/lib /tmpfs/.cpan-build-cpansand/2017070518/Algorithm-Pair-Swiss-0.14-fcU8ae/blib/arch /opt/perl-5.24.0t/lib/site_perl/5.24.0/x86_64-linux-thread-multi /opt/perl-5.24.0t/lib/site_perl/5.24.0 /opt/perl-5.24.0t/lib/5.24.0/x86_64-linux-thread-multi /opt/perl-5.24.0t/lib/5.24.0 .) at t/input.t line 4.
BEGIN failed--compilation aborted at t/input.t line 4.
# Looks like your test exited with 2 before it could output anything.
t/input.t .........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/2 subtests
...
Looking at http://analysis.cpantesters.org/solved?distv=Algorithm-Pair-Swiss-0.14 it seems that also Sub::Uplevel needs to be declared as a prerequisite.