# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #119913] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=119913 >
<masak> r: my @l = 1..100; @l.splice(5, *, "something borrowed", "something blue"); say @l <camelia> rakudo f86a1a: OUTPUT«Cannot call 'Real'; none of these signatures match::(Mu:U \v: Mu *%_) [...] <masak> splice I am dissapoint. * masak submits rakudobug <masak> r: my @l = 1..100; @l.splice(5, 100, "something borrowed", "something blue"); say @l <camelia> rakudo f86a1a: OUTPUT«1 2 3 4 5 something borrowed something blue» <masak> if * isn't spec'd to work in that place, it clearly should be :) * TimToady plays a voluntary on his pipe organ