Hello monks- this could well be something rather ingorant on my part, but I cant seem to get a module to install. I've been playing with perl for a short while now, and just recently tried to install a module for my first time. Here is the error I got:
$ perl Makefile.PL Checking if your kit is complete... Looks good Illegal character \015 (carriage return) at (eval 6) line 7, <FH> chun +k 63. Could not eval ' package ExtUtils::MakeMaker::_version; no strict; local $VERSION; $VERSION=undef; do { $VERSION = "0.01"; }; $VERSION ' in RAX.pm: (Maybe you didn't strip carriage returns after a +network transfer?)
If anyone could enlighten me as to what I'm doing wrong here I'd greatly apprecieate it. I don't see why there could be strange linefeeds, I downloaded an unpackged the tgz file on the same Redhat system I'm trying to install onto.

In reply to Makefile problem by yuri

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.