Checking if your kit is complete...
Looks good
Writing Makefile for HTML::Template
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
ERROR: Cannot copy 'Template.pm'
to 'blib\lib\HTML\Template.pm': No such file or directory
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


I see that there's no message printed that informs you precisely where the 'perl Makefile.PL' process stopped, and the 'dmake' process began. (To the people who are familiar with CPAN.pm, I ask the question "Is that normal ?") The 'perl Makefile.PL' process, of course, terminates with the message Writing Makefile for HTML::Template, and the attempt to copy the pm file occurs at the beginning of the 'dmake' process.

Does 'blib' exist in the cwd (ie in the top level source folder) ?
If so, does 'blib\lib' exist ?
If so, at what point does the blib tree stop ?

Can you install modules manually ? (ie by running 'perl Makefile.PL', 'dmake test', and 'dmake install.)

Cheers,
Rob

In reply to Re: Strawberry CPAN: error code 130, while making 'pm_to_blib' by syphilis
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.