# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #111960] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=111960 >
<masak> perl6: say "5 breads" + "2 fish" <p6eval> pugs: OUTPUT«7» <p6eval> ..niecza v15-6-gefda208: OUTPUT«Unhandled exception: Cannot parse number: 5 breads [...] <p6eval> ..rakudo a4c78f: OUTPUT«Cannot call 'Numeric'; none of these signatures match::(Mu:U \$v, Mu %_!) in method Numeric at src/gen/CORE.setting:644 in sub infix:<+> at src/gen/CORE.setting:2284 [...] <masak> perl6: say "5" + "2" <p6eval> pugs, rakudo a4c78f, niecza v15-6-gefda208: OUTPUT«7» <masak> Rakudo's error message leaves something to be desired, IMO. <colomon> +1 * masak submits rakudobug I'm guessing Rakudo and Niecza fail both for the same reason here: the strings can't be numified properly. But Rakudo's error message is not clear that this is the cause.
