Having a very similar problem with dmake I discovered that for me it was caused by an autorun command I configured a long time ago to default my working directory when I open a new cmd prompt. http://windowsxp.mvps.org/autoruncmd.htm Stupid me, the article above even indicates to use the feature at my own risk, and the result was two days of pulling my hair out thinking dmake didn't have permissions to create directories in my strawberry perl lib path. Turns out it forks to new shells, and with my autorun key set it was navigating away from the implied lib path to an unrelated directory (my development root) and creating the files there. Then the parent process attempts to access those files in the lib path and they're not there. Just in case someone else is pulling out their hair and ends up here, you may want to check the registry key HKCU\Software\Microsoft\Command Processor\autorun

In reply to Re: Strawberry CPAN: error code 130, while making 'pm_to_blib' by Anonymous Monk
in thread Strawberry CPAN: error code 130, while making 'pm_to_blib' by Cody Pendant

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.