G'day BernieC,

I assume the output you've shown is from the cpan utility. I had a look at "reports MARIOROY/MCE-1.882.tar.gz": you're correct in that its huge and not particularly useful. Even the link from the last line, "See http://www.cpantesters.org/show/MCE.html for details", wasn't helpful: it redirected then timed out.

A much better way to look at these reports is as follows. I've shown this for MCE; the procedure's the same for most, if not all, modules.

As I said above, I've assumed you're using the cpan utility (could be wrong). I don't know how you've set that up or how you ran the installation. I don't know what Perl version you're using. Overall, there's insufficient information to suggest a fix.

If you can provide more verbose output, that would be great. If not, maybe look at the prove utility for detailed feedback. I wrote some notes about prove a day or two ago: possibly useful if you haven't previously used it.

I have Strawberry Perl v5.26.3 on Win10. Purely as a test, I successfully installed MCE.

cpan> install MCE ... All tests successful. Files=39, Tests=617, 9 wallclock secs ( 0.12 usr + 0.01 sys = 0.14 +CPU) Result: PASS MARIOROY/MCE-1.882.tar.gz C:\Users\ken\local\opt\strawberry_perl\5_026_003\install\c\bin\gmake +.exe test -- OK Running make install ... MARIOROY/MCE-1.882.tar.gz C:\Users\ken\local\opt\strawberry_perl\5_026_003\install\c\bin\gmake +.exe install UNINST=1 -- OK

— Ken


In reply to Re^4: fork() on win10 - MCE [CPAN Testers Reports] by kcott
in thread fork() on win10 by BernieC

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.