in reply to Re^3: fork() on win10 - MCE
in thread fork() on win10

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