# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #117931] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=117931 >
<[Coke]> hurm. this line: $text ~~ /^( +)/; -- dies with Method 'rxtype' not found for invocant of class 'Integer' <[Coke]> (compile time, even.) <[Coke]> it's the regex - it was ^(\s+), and I wrongly changed it to ^( +) instead of ^ (' '+) -- weird error, though. <PerlJam> [Coke]: Well, at least it lets you know that there's something wrong with the regex :) <PerlJam> [Coke]: yeah, the message is severely LTA <[Coke]> Yah. just a better error message would help. (especially with a line number.) <Ayiko> /(+)/ gives the right error <[Coke]> of course I changed 8 other things at the same time, so it took me a minute to realize. ;) <masak> [Coke]: are you submitting that LTA bug, or should I? [...] <[Coke]> masak: i didn't submit that bug and am just getting back. <[Coke]> masak: por favor. * masak submits [Coke]'s rakudobug <[Coke]> masak: ... looks like it was already fixed in an nqp branch <masak> [Coke]: I included that fact in the RT ticket.