That is truly a really weird error. I have never encountered it before. Maybe the system mangler is doing some deep voodoo on the server, because you're not really supposed to install your own CPAN modules, you're supposed to petition his Almightiness and with sufficient grovelling he may deign to install it for you. That way we all get to benefit from the use of the module.

Seriously though, I have no idea about the error, but if you just ask Chris, he'll install it for you in the site installation.

Of course, if you're not using CPAN modules (or from elsewhere) and in fact rolling your own, none of this applies. In that case I would suggest doing

touch Makefile

... and then you're up and running immediately. I suspect, in this case, than your Makefile.PL is responsible for this sorry state of affairs. Try reproducing it with a small a Makefile.PL as possible, and then post that.

<grumble>Argh, that'll serve me right for waffling on. blakem says the same thing and squeaks in one whole second before me.</grumble>

--
g r i n d e r

In reply to Re: Makefile time incorrect causing error by grinder
in thread Makefile time incorrect causing error by tachyon

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.