Hi all -- My Cpan was broken, so I ended up re-installing it (with yum). Well, apparently something went horribly wrong, b/c now my Cpan won't even start up.
>sudo cpan >Can't locate CPAN/Exception/yaml_process_error.pm in @INC (@INC conta +ins: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/v +endor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/p +erl5 /home/usrmfi/.cpan/CPAN) at /usr/local/share/perl5/CPAN.pm line +40. BEGIN failed--compilation aborted at /usr/local/share/perl5/CPAN.pm li +ne 40. Compilation failed in require at /usr/bin/cpan line 175. BEGIN failed--compilation aborted at /usr/bin/cpan line 175.
> perl -MCPAN -e shell >Can't locate CPAN/Exception/yaml_process_error.pm in @INC (@INC conta +ins: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/v +endor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/p +erl5 /home/usrmfi/.cpan/CPAN) at /usr/local/share/perl5/CPAN.pm line +40. BEGIN failed--compilation aborted at /usr/local/share/perl5/CPAN.pm li +ne 40. Compilation failed in require. BEGIN failed--compilation aborted.
> yum list | grep -i CPAN > perl-CPAN.x86_64 1.9402-136.el6_6.1 + @updates perl-CPANPLUS.x86_64 0.88-136.el6_6.1 u +pdates perl-Parse-CPAN-Meta.x86_64 1:1.40-136.el6_6.1 u +pdates perl-Test-CPAN-Meta.noarch 0.13-1.el6 b +ase
I have googled far and wide for someone with an issue like this but was not able to find a similar issue (at least with a resolution that solved my issue). I have re-installed perl and cpan a couple times (with yum) now but that has not done anything to change or fix the issue. I still have this same error.

In reply to CPAN/Perl Broken by exquisitemb

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.