On 2020-05-01 11:33:18, SREZIC wrote:
Show quoted text> See subject. Testsuite fails if Math::Lapack::Matrix is not installed:
>
> ...
> Can't locate Math/Lapack/Matrix.pm in @INC (you may need to install
> the Math::Lapack::Matrix module) (@INC contains: ... .) at t/01-
> activation-funcs.t line 4.
> BEGIN failed--compilation aborted at t/01-activation-funcs.t line 4.
> t/01-activation-funcs.t ..............
> Dubious, test returned 2 (wstat 512, 0x200)
> No subtests run
> ... (etc) ...
Another missing dependency declaration, but this time for configure_requires: Path::Tiny
...
Output from '/usr/local/bin/perl Build.PL':
Can't locate Path/Tiny.pm in @INC (you may need to install the Path::Tiny module) (@INC contains: inc /var/tmp/cpansmoker-1023/2020050115/CPAN-Reporter-lib-xyrB /home/cpansand/.cpan/build/2020050115/Module-Build-0.4231-0/blib/arch /home/cpansand/.cpan/build/2020050115/Module-Build-0.4231-0/blib/lib /home/cpansand/.cpan/build/2020050115/Devel-CheckLib-1.14-0/blib/arch /home/cpansand/.cpan/build/2020050115/Devel-CheckLib-1.14-0/blib/lib /home/cpansand/.cpan/build/2020050115/Mock-Config-0.03-0/blib/arch /home/cpansand/.cpan/build/2020050115/Mock-Config-0.03-0/blib/lib /usr/local/lib/perl5/site_perl/mach/5.30 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.30/mach /usr/local/lib/perl5/5.30 .) at inc/MyBuilder.pm line 11.
BEGIN failed--compilation aborted at inc/MyBuilder.pm line 11.
Compilation failed in require at Build.PL line 7.
BEGIN failed--compilation aborted at Build.PL line 7.
...