in reply to Re: Upgrading XS module to later version
in thread Upgrading XS module to later version
Trying to install List::Util with cpanm List::Util seems to work, it show the messageInstalling the dependencies failed: Installed version (1.55) of List:: +Util is not in range '1.56'
But when then trying to run cpan Moose it complains again about errorSuccessfully installed Scalar-List-Utils-1.60 (upgraded from 1.55)
Obviously, cpanm did not upgrade List::Utils. but installed it in a different directory. When I check the installed packages, I get thisInstalling the dependencies failed: Installed version (1.55) of List:: +Util is not in range '1.56'
It is not clear to me how to ensure that the newer version should used.$ cpan -l |grep List::Util List::Util 1.55 List::Util::XS 1.55 Module::CoreList::Utils 5.20210520 List::Util 1.55 List::Util::XS 1.55 Module::CoreList::Utils 5.20210520 List::Util 1.55 List::Util::XS 1.55 site_perl::List::Util 1.60 site_perl::List::Util::XS 1.60 List::Util 1.60 List::Util::XS 1.60 List::Util 1.60 List::Util::XS 1.60 List::Util 1.55 List::Util::XS 1.55 Module::CoreList::Utils 5.20210520 List::Util 1.55 List::Util::XS 1.55
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Upgrading XS module to later version
by marto (Cardinal) on Feb 11, 2022 at 15:44 UTC | |
by Anonymous Monk on Feb 11, 2022 at 16:35 UTC | |
by ikegami (Patriarch) on Feb 14, 2022 at 00:55 UTC | |
Re^3: Upgrading XS module to later version
by ikegami (Patriarch) on Feb 14, 2022 at 00:56 UTC | |
Re^3: Upgrading XS module to later version
by ikegami (Patriarch) on Feb 14, 2022 at 00:58 UTC | |
by Anonymous Monk on Feb 17, 2022 at 15:41 UTC | |
by ikegami (Patriarch) on Feb 17, 2022 at 18:58 UTC |