[perl #75484] (temporal) random failures in Match structure
Hello, I believe this bug can be marked as 'resolved'. It works in current rakudo and has an active and passing test in S05-capture/caps.t Cheers, Fitz Elliott
[perl #75484] (temporal) random failures in Match structure
# New Ticket Created by Moritz Lenz # Please include the string: [perl #75484] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=75484 > 'a b c d' ~~ /:s [(\w) ]+/; say $0.WHAT; say $0.elems; say $.WHAT; say $.elems; say $/;