William Coleda <[EMAIL PROTECTED]> wrote: > PerlArray is going to be the hardest to pull out, as there is no other > Array-style pmc that does everything it does. (or, at least, I can't > find one. =-)
The replacement ought to be ResizablePMCArray. Missing methods like C<shift> need implementators. The PMCArray is doomed and deprecated, it's a wrapper around PerlArray anyway. I'll have a closer look at the patch later, probably after SVN switch. leo