Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
perl -E 'use namespace::clean' Perl API version v5.40.0 of XS.c does not match v5.42.0
i tried looking in ~/.cpan/work to find a XS.c file, found one in the build for List::MoreUtils::XS. try to get cpanm to install List::MoreUtils and it provides the error as the reason it can't install:perl -v This is perl 5, version 42, subversion 0 (v5.42.0) built for x86_64-li +nux Copyright 1987-2025, Larry Wall
Checking whether perlapi is accessible... Perl API version v5.40.0 of +XS.c does not match v5.42.0-> N/A -> FAIL Configure failed for List-MoreUtils-0.430.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: how do you determine which module needs to be updated while using perlbrew?
by kcott (Archbishop) on Aug 01, 2025 at 16:45 UTC | |
Re: how do you determine which module needs to be updated while using perlbrew?
by Anonymous Monk on Aug 01, 2025 at 04:48 UTC | |
Re: how do you determine which module needs to be updated while using perlbrew?
by ikegami (Patriarch) on Aug 02, 2025 at 00:20 UTC | |
Re: how do you determine which module needs to be updated while using perlbrew?
by ibm1620 (Hermit) on Aug 01, 2025 at 15:35 UTC | |
by Anonymous Monk on Aug 04, 2025 at 12:41 UTC | |
by ibm1620 (Hermit) on Aug 04, 2025 at 14:26 UTC |