Re: [perl #27314] delegate pmc methods ignored in inheritance

2004-03-03 Thread Dan Sugalski
At 10:29 AM +0100 3/3/04, Leopold Toetsch wrote: Dan Sugalski <[EMAIL PROTECTED]> wrote: If you have a pmc class that inherits from delegate you're out of luck. All of delegate's methods, save init, are autogenerated, and as such can't be inherited from. I've put in a hackish patch to delegate

Re: [perl #27314] delegate pmc methods ignored in inheritance

2004-03-03 Thread Leopold Toetsch
Dan Sugalski <[EMAIL PROTECTED]> wrote: > If you have a pmc class that inherits from delegate you're out of > luck. All of delegate's methods, save init, are autogenerated, and as > such can't be inherited from. I've put in a hackish patch to delegate object vtables to delegate.pmc. Seems to be t