Skip Menu |

This queue is for tickets about the Rakudo-Star CPAN distribution.

Report information
The Basics
Id: 105605
Status: new
Priority: 0/
Queue: Rakudo-Star

People
Owner: Nobody in particular
Requestors: BYCHOWSKI [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: lol() doesn't refer to the current match result
http://design.perl6.org/S05.html#Capturing_from_repeated_matches Example above, lol() doesn't refer to current match and returns NIL. Replacing with @().lol seems to work.