This is what I get if I try to extract the tar.gz file:
$ tar zxf Log-WithCallbacks-1.00.tar.gz tar: Log-WithCallbacks-1.00/lib/Log: Cannot mkdir: Permission denied tar: Log-WithCallbacks-1.00/lib/Log/WithCallbacks.pm: Cannot open: Per +mission denied tar: Log-WithCallbacks-1.00/html/docs.css: Cannot open: Permission den +ied tar: Error exit delayed from previous errors
The problem seems to be that the directories in the archive are non-executable:
$ tar vztf Log-WithCallbacks-1.00.tar.gz drw-rw-rw- Mark/ 0 2005-09-29 22:04:53 Log-WithCallbacks-1 +.00 drw-rw-rw- Mark/ 0 2005-09-29 22:04:53 Log-WithCallbacks-1 +.00/html drw-rw-rw- Mark/ 0 2005-09-29 22:04:53 Log-WithCallbacks-1 +.00/lib -rw-rw-rw- Mark/ 549 2005-09-29 21:22:29 Log-WithCallbacks-1 +.00/Makefile.PL -rw-rw-rw- Mark/ 106 2005-09-29 22:02:18 Log-WithCallbacks-1 +.00/MANIFEST -rw-rw-rw- Mark/ 328 2005-09-29 22:04:52 Log-WithCallbacks-1 +.00/META.yml drw-rw-rw- Mark/ 0 2005-09-29 22:04:53 Log-WithCallbacks-1 +.00/t -rw-rw-rw- Mark/ 573 2005-09-29 21:56:03 Log-WithCallbacks-1 +.00/t/Basic.t drw-rw-rw- Mark/ 0 2005-09-29 22:04:53 Log-WithCallbacks-1 +.00/lib/Log -rw-rw-rw- Mark/ 9548 2005-09-29 21:54:30 Log-WithCallbacks-1 +.00/lib/Log/WithCallbacks.pm -rw-rw-rw- Mark/ 2226 2003-05-02 06:35:52 Log-WithCallbacks-1 +.00/html/docs.css
I've never had this problem with makemaker myself, but maybe you should check the permissions in your source tree first...

In reply to Re: Distribution not found on CPAN by Joost
in thread Distribution not found on CPAN by TGI

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.