# New Ticket Created by Jarrod
# Please include the string: [perl #88254]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=88254 >
rakudo: my $f = 'a' ~~ /$='a'/; say $f.clone
rakudo 4bf132: OUTPUT«(timeout)»
Seems to caus
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #88340]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=88340 >
10:49 < moritz> rakudo: say '' ~~ /(\w)+$0/; say $0
10:49 <+p6eval> rakudo 4bf132: OU