Hi all,
I want to install Perl module (Modern::Perl), but it requires Perl at least in version 5.10.
This is when I ran the install command on cpan:
I have read this document:
Installing Internal Perl Modules
But, no idea about $Title , how to upgrade installed Perl 5.8 (by cPanel) to 5.10 or newer?
Thanks in advance.
I want to install Perl module (Modern::Perl), but it requires Perl at least in version 5.10.
This is when I ran the install command on cpan:
Code:
cpan[2]> install Modern:Perl
Running install for module 'Modern::Perl'
Running make for C/CH/CHROMATIC/Modern-Perl-1.20120521.tar.gz
Checksum for /root/.cpan/sources/authors/id/C/CH/CHROMATIC/Modern-Perl-1.20120521.tar.gz ok
Scanning cache /root/.cpan/build for sizes
............................................................................DONE
CPAN.pm: Building C/CH/CHROMATIC/Modern-Perl-1.20120521.tar.gz
Checking prerequisites...
requires:
! feature is not installed
! mro is not installed
! perl (5.8.8) is installed, but we need version >= 5.010
ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions
of the modules indicated above before proceeding with this installation
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Modern-Perl' version '1.20120521'
CHROMATIC/Modern-Perl-1.20120521.tar.gz requires perl '5.010'; you have only 5.008008; giving up
CHROMATIC/Modern-Perl-1.20120521.tar.gz
[prereq] -- NOT OK
Running Build test
Can't test without successful make
Running Build install
Make had returned bad status, install seems impossible
Failed during this command:
CHROMATIC/Modern-Perl-1.20120521.tar.gz : make NO requires perl '5.010'
I have read this document:
Installing Internal Perl Modules
But, no idea about $Title , how to upgrade installed Perl 5.8 (by cPanel) to 5.10 or newer?
Thanks in advance.