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 o

Re: [CentOS] CPAN issues

2015-06-29 Thread James D. Parra
"Kahlil Hodgson" To: "CentOS mailing list" 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​ ​

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 http:/

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 rea