Re: [CentOS] CPAN issues

2015-06-30 Thread Kahlil Hodgson
​From what I can see there you are running cpan as root and installing it under a local lib /root/perl5. The new cpan executable is is under /root/perl5/bin/. Thats probably not in your path? Also the modules under /root/perl5/lib/perl5 are probably not in your module search path. There is a lot

[CentOS] CPAN issues

2015-06-29 Thread James D. Parra
Hello List, Running CentOS Linux release 7.0.1406 (Core), and trying to update CPAN from version 1.98 to version 2.10, but it fails. snip t/97-process_setup_options.t .. ok t/97-return_values.t .. 6/10 # Failed test 'blib/script/cpan -j t/97-lib_cpan1/CPAN/Config.pm

Re: [CentOS] CPAN issues

2015-06-29 Thread Brian Mathis
It's not a good idea to update CPAN and/or install modules from CPAN into the OS-installed perl. Use rpm packages from yum. Many can be found in the standard CentOS repo and EPEL has many as well. Take a look at perlbrew if you really need a new version of perl for some reason. If you don't

Re: [CentOS] CPAN issues

2015-06-29 Thread James D. Parra
Hodgson kahlil.hodg...@dealmax.com.au To: CentOS mailing list centos@centos.org Sent: Monday, June 29, 2015 4:49:05 PM Subject: Re: [CentOS] CPAN issues ​CPAN is a core module which can be tricky to update on the RedHat based systems. Suggest investigating: local::lib App::cpanminus Pinto​ ​If you

Re: [CentOS] CPAN issues

2015-06-29 Thread Kahlil Hodgson
​CPAN is a core module which can be tricky to update on the RedHat based systems. Suggest investigating: local::lib App::cpanminus Pinto​ ​If you need a newer Perl, check out www.softwarecollections.org. ___ CentOS mailing list CentOS@centos.org