in reply to CPAN/Perl Broken

When you reinstalled perl and cpan, did you do this via your OS package management tool? Version 1.9402 didn't include Exception::yaml_process_error.pm. This was introduced (I believe) in 1.9800. With regards to the system perl, it's best to leave it alone and install your own perl elsewhere on the system, but we can get to that later.

Update: fixed typo.

Replies are listed 'Best First'.
Re^2: CPAN/Perl Broken
by Anonymous Monk on Jan 07, 2015 at 16:15 UTC
    I used >sudo yum reinstall perl >sudo yum reinstall perl-CPAN

      Sorry, I should have asked, what is the output of perl -v?

        Oh, bleh. Yeah I should have posted that.
        > perl -v > This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi
        v5.10.1 Feels like I'm failing at replying correctly.