Search This Blog

Showing posts with label cpan. Show all posts
Showing posts with label cpan. Show all posts

Monday, May 25, 2015

Install Perl Modules on CentOS 6

sudo yum install perl-CPAN
sudo cpan
say "yes" to everything

I had an error about missing perl-YAML, sudo yum install perl-YAML, as well.