WARNING:I have no knowledge to contribute to your question.

But I have a speculation. The version of, the implementation of, "Perl6" (whatever that is), shipped before 'Windows 10' became available and the test that results in the specific diagnosis that you cite is simply too specific. Ie. Instead of excluding anything it knows to be incompatible; it precludes everything not know to be compatible.

Due to the whole TDD phenomena, there is a tendency amongst its proponents to equate 'counts of tests' with 'effective testing'. The effect of that is to cause many of the indoctrinated to consider the nunber of individual tests run as more important than the efficacy of the product of those individual tests.

That is to say; 10 individual tests that test scenarios that can reasonably be expected to never happen, is seen as 'more betterer' that testing one or two things that might reasonably be expected to happen.

Hence: testing for: die '...' if $version != '...' and $version != '...' and $version != '...' is seen as a "better test" than $version >= '6.0.6001'.

Sad, innit!

Bottom line: Investigate the sources and disable that failing test, because the probability is that once you do; everything will work just fine.


In reply to Re: Perl 6 on Windows 10 by BrowserUk
in thread Perl 6 on Windows 10 by CountZero

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.