It's only one test that has failed (and it fails for me, too, btw) - looks like there's a problem locating PAR-Packer-1.002\contrib\automated_pp_test\hi.ico.

I'd be tempted to just run 'dmake install' and then start using the module and see how it goes. If you don't mess around with icon files you may well find that your PAR-Packer works perfectly well for you.
And if the problem that caused that test failure ever does jump up and bite you, then that's probably the time to investigate further.

One thing you could try is to open contrib/automated_pp_test.pl and change:
my $cmd = 'pp --gui --icon hi.ico -o ' . "$hello_executable $hello_pl_ +file";
to:
my $cmd = 'pp --gui --icon C:/mybuild/PAR-Packer-1.002/contrib/hi.ico +-o ' . "$hello_executable $hello_pl_file";
Then re-run 'dmake test' and see if the failing test then passes. I'll give that a go myself, when I get a chance. (All we've done is specify the full path to hi.ico.)

I should point out (the obvious) that you shouldn't have to engage in those silly hacks that we've used to get to this point - and I'll try to work out why they were necessary. But there aren't too many modules that venture into the areas that PAR-Packer visits, so it's quite likely that you won't ever come across the same problem again. (Please be sure to /msg me if you do.)

Cheers,
Rob

In reply to Re^16: trying to build PAR-Packer-1.002 by syphilis
in thread trying to build PAR-Packer-1.002 by rich_d_thomas

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.