# New Ticket Created by # Please include the string: [perl #132611] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=132611 >
On Tue, Dec 19, 2017 at 02:02:50PM +0100, pe...@6dof.xyz wrote: > I golfed the problem down to: > > loop { "x" ~~ /(.)<{$0}>/ } Another way to expose this problem, without using capture: loop { "x" ~~ /<{"a".succ}>/ } Regards, Cédric.