# New Ticket Created by Zoffix Znet # Please include the string: [perl #131367] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=131367 >
Something's fishy going on with .splice. It feels like a multi without any candidates. I vaguely recall a commit going in adding splice proto to Mu, so perhaps that's the cause. The error gives uninitialized string warning and the "none of these signatures match" message prints no candidates. zoffix@leliana~$ perl6 -v This is Rakudo version 2017.05-78-gdd2de36 built on MoarVM version 2017.05-24-gd86a35b implementing Perl 6.c. zoffix@leliana~$ perl6 -e 'Blob.new.splice: 42' Use of uninitialized value of type Any in string context. Methods .^name, .perl, .gist, or .say can be used to stringify it to something meaningful. in block <unit> at -e line 1 Cannot resolve caller splice(Blob, Int); none of these signatures match: in block <unit> at -e line 1 zoffix@leliana~$