Why does make return as "bad status" and does this mean that YAML is installed?

No, YAML is not installed.

Something is wrong and it has to do with permissions. Maybe its your umask, maybe its permissions on the directory /Users/Erika/.cpan/build/, or ..... but for some reason you cannot read /Users/Erika/.cpan/build/YAML-0.71-pZsez6/META.yml. Try checking to see what the permissions on /Users/Erika/.cpan/build/YAML-0.71-pZsez6/META.yml are.

Next thing I would do is take cpan out of the equation and try cpanp i YAML, if that doesn't work, I'd do it manually, ie

$ cd ~/tmp wget -c http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/YAML-0.71.ta +r.gz tar -zxvf YAML-0.71.tar.gz cd YAML-0.71 perl Makefile.PL make make test make install

In reply to Re^9: WWW::mechanize install by Anonymous Monk
in thread WWW::mechanize install by Anonymous Monk

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.