[perl #45999] [TODO] Handle multi-methods in Parrot_ComposeRole()
| Newsgroups | perl.perl6.internals |
|---|---|
| Message-ID | <[email protected]> |
On Tue Oct 02 11:01:32 2007, pcoch wrote: > In src/objects.c:Parrot_ComposeRole() there is the todo item: > > * XXX TODO: multi-method handling. */ > > I think this means that multi-method handling neds to be handled at this > point in the code. > Indeed. Done this in r35820. Thanks, Jonathan