I have a lot of problems with perl modules requiring perl(:MODULE_COMPAT_5.10.1):
Error: Package: perl-Class-MOP-1.12-1.el6.x86_64 (epel)
Requires: perl(:MODULE_COMPAT_5.10.1)
Error: Package: perl-Moose-1.15-1.el6.x86_64 (epel)
Requires: perl(:MODULE_COMPAT_5.10.1)
The installed version of perl is 5.16.3, OS is the version AMA701 AMI version 2014.03, and I would really like to upgrade to perl 5.10.1 so that the compatibility issues are fixed. How to do it?
This happens, in particular, when I try to install perl-Net-Amazon-EC2, this is what yum list shows:
perl-Net-Amazon-EC2.noarch 0.14-2.el6 epel
So this comes from epel and here is the corresponding section of the repo file:
[epel]
name=Extra Packages for Enterprise Linux 6 - $basearch
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
It seems that the version in the repo is 0.14, and the last one is 0.24 (I tried to install it manually, but this did not work, and in no way do I want to install manually for all packages)
source
share