I am attempting to install those above modules manually, that seems to have worked. But I still get random errors. I am now trying to install Test-Simple 0.64 which is required for WWW:Mechanize and seems to be causing CPAN problems. I get an error telling me to make sure my pod2man program is in the PATH. Here is the output, and proof that pod2man is in my path...any ideas on how to tell?
Warning: I could not locate your pod2man program. Please make sure, your pod2man program is in your PATH before you execute 'make +' Writing Makefile for Test::Simple [root@localhost Test-Simple-0.64]# slocate pod2man /usr/bin/pod2man /usr/share/man/man1/pod2man.1.gz [root@localhost Test-Simple-0.64]# echo $PATH /usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/kimball/bin

In reply to Re^2: MCPAN shell not working. by davidov0009
in thread MCPAN shell not working. by davidov0009

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.