Re: [perl #40958] [BUG] - can't iterate subclass of ResizablePMCArray

2006-12-10 Thread chromatic
On Monday 20 November 2006 14:20, Patrick R.Michaud wrote: > I don't seem to be able to use iterators on subclasses of > ResizablePMCArray. Here's a better patch, but it appears to tickle a bug in Data::Dumper. I'm not sure what the right fix is there. I'm not a big fan of my implementation he

Re: [perl #40958] [BUG] - can't iterate subclass of ResizablePMCArray

2006-12-06 Thread chromatic
On Monday 20 November 2006 14:20, Patrick R.Michaud wrote: > I don't seem to be able to use iterators on subclasses of > ResizablePMCArray. Here's an example: > > $ cat t.pir > .sub main :main > .local pmc ar, iter > $P0 = subclass 'ResizablePMCArray', 'MyArray' > >