Subject: | Undeclared dependency Test::Exception |
t/test.t 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/2016060706/Youri-Config-0.2.1-1D_1si/blib/lib /tmpfs/.cpan-build-cpansand/2016060706/Youri-Config-0.2.1-1D_1si/blib/arch /home/cpansand/.cpan/build/2016060706/YAML-AppConfig-0.19-bzA9Lh/blib/arch /home/cpansand/.cpan/build/2016060706/YAML-AppConfig-0.19-bzA9Lh/blib/lib /home/cpansand/.cpan/build/2016060706/YAML-AppConfig-0.19-bzA9Lh/blib/arch /home/cpansand/.cpan/build/2016060706/YAML-AppConfig-0.19-bzA9Lh/blib/lib /opt/perl-5.22.1t/lib/site_perl/5.22.1/x86_64-linux-thread-multi /opt/perl-5.22.1t/lib/site_perl/5.22.1 /opt/perl-5.22.1t/lib/5.22.1/x86_64-linux-thread-multi /opt/perl-5.22.1t/lib/5.22.1 .) at t/test.t line 7.
BEGIN failed--compilation aborted at t/test.t line 7.
# Looks like your test exited with 2 before it could output anything.
t/test.t ..........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 3/3 subtests
...
Probably it has to be declared as a prerequisite, or the test should be skipped if it is missing.