
























There is no package named "perl-module", neither in Arch itself nor in the AUR. So what exactly are you referring to? And how do the tests fail if you don't have that thingy installed (actual error messages, please)?
In order for the tests to succeed it seems like it needs to have perl-module runtime in makedepends.
Rebuild and install perl-sub-name.
I got this error: *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Test::More ...loaded. (0.98 >= 0.94) - Test::Exception ...loaded. (0.31 >= 0.31) - Carp ...loaded. (1.20) - Scalar::Util ...loaded. (1.23) - Class::Inspector ...loaded. (1.24) - Sub::Name .../usr/bin/perl: symbol lookup error: /usr/lib/perl5/vendor_perl/auto/Sub/Name/Name.so: undefined symbol: Perl_Gthr_key_ptr
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
The package needed would be perl-module-runtime (was missing last hyphen). https://www.archlinux.org/packages/community/any/perl-module-runtime/ The error is complaining about not being able to find Module/Runtime.pm in @INC.