Subject: | Undeclared dependency Test::Exception |
See subject. The test suite fails if Test::Exception is not installed (so this module has to be declared in PREREQ_PM or so):
...
Can't locate Test/Exception.pm in @INC (you may need to install the Test::Exception module) (@INC contains: t/lib /home/cpansand/.cpan/build/2019033110/Net-Route-v0.02-3/blib/lib /home/cpansand/.cpan/build/2019033110/Net-Route-v0.02-3/blib/arch /home/cpansand/.local/share/.cpan/build/2019033110/Readonly-2.05-0/blib/arch /home/cpansand/.local/share/.cpan/build/2019033110/Readonly-2.05-0/blib/lib /home/cpansand/.local/share/.cpan/build/2019033110/NetAddr-IP-4.079-0/blib/arch /home/cpansand/.local/share/.cpan/build/2019033110/NetAddr-IP-4.079-0/blib/lib /home/cpansand/.local/share/.cpan/build/2019033110/Moose-2.2011-0/blib/arch /home/cpansand/.local/share/.cpan/build/2019033110/Moose-2.2011-0/blib/lib /opt/perl-5.26.3/lib/site_perl/5.26.3/x86_64-linux /opt/perl-5.26.3/lib/site_perl/5.26.3 /opt/perl-5.26.3/lib/5.26.3/x86_64-linux /opt/perl-5.26.3/lib/5.26.3 .) at t/20-exception.t line 6.
BEGIN failed--compilation aborted at t/20-exception.t line 6.
t/20-exception.t .....
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...