# New Ticket Created by Tobias Leich
# Please include the string: [perl #122899]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=122899 >
FROGGS m: multi foo(Int) is cached { say 'Int' }; multi foo(Str) { say 'Str' };
foo 1; f
# New Ticket Created by
# Please include the string: [perl #122896]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=122896 >
Create a module M containing "module M { sub f () is cached is export { } }".
When precompiled, the
# New Ticket Created by Kelly Dasovich
# Please include the string: [perl #122895]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=122895 >
Not sure if this is actually a rakudobug or a specbug, but it is definitely
surprising
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #122907]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=122907 >
m: my@x=("1ab");for @x { s{^(\d+)} = sprintf "%3d:", $1; }; @x.say
rakudo-moar 16232f:
# New Ticket Created by 宋文泰
# Please include the string: [perl #122904]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=122904 >
Page 99
If you quantify a capture, the corresponding entry in the match object is a
list of ot