# New Ticket Created by Paweł Pabian # Please include the string: [perl #98242] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=98242 >
14:17] <bbkr_> rakudo: "aa" ~~ /(a)($0)/; $1.say # bug? [14:17] <p6eval> rakudo 2bac6a: Expression matches, so expected output is "a".