On Mon, Jan 28, 2002 at 11:34:22PM -0500, Jeff G wrote: > I've just added a new 'Array' type alongside the current PerlArray. Some > target languages may not like to use Perl's array style, so they now can > use the basic Array type. As the test (t/op/pmc_array.t) indicates, no > preallocation is done. I probably need to support exceptions at some > future date, but as there are (currently) only 6 vtable entries which > would care, I've temporarily put it off.
Seems like one of these should inherit from the other. class PerlArray extends Array { ... }