# New Ticket Created by Will Coleda # Please include the string: [perl #40122] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40122 >
There is a lot of defensive code around the splice vtable list_splice () function that prevents using it across multiple types of PMCs. This should be removed, and we should be able to splice any two array types together. If necessary, throw an exception when trying to splice a fixed-size array. -- Will "Coke" Coleda [EMAIL PROTECTED]