Is there anything obvious I can do to debug this further other than contacting the author?
The module installs fine on native Windows (Strawberry Perl 5.32.0), where each of those 3 failing tests all pass.
I therefore think the problem is likely to be in the way the Cygwin system operates - so debugging it might be quite involved.
Also, the warnings issued by t/42function.t don't appear on Strawberry Perl, but there are 4 tests in that script that are skipped on Strawberry Perl (due to fork() being unavailable) that would be run on Cygwin. So maybe that's where the difference is.
Paul Evans is still fairly active - so definitely worth contacting.
I think it's best to file a bug report that provides the full output of the test suite, just as you've provided here.
You can, of course, simply force install the module, despite its failing tests - but I'm guessing you already knew that.
I recommend that you consider switching to Strawberry Perl unless you need the Unix emulation.
And, if you do need Unix emulation, then you could alternatively try MSYS2. You might (I don't know) find that it doesn't suffer the bugginess that you've hit with Cygwin.
Cheers,
Rob
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.