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
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
# New Ticket Created by Dan Sugalski
# Please include the string: [perl #27314]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=27314 >
If you have a pmc class that inherits from delegate you're out of
luck. All of deleg