# New Ticket Created by  Paul Cochrane 
# Please include the string:  [perl #46665]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46665 >


in src/pmc/default.pmc there is the todo item in isa_pmc() and isa():

/* TODO FIXME - walk mro */

I think this means that instead of directly returning (which is what these
methods currently do) one should do some form of method resolution and 
determine which method should actually be called in this instance.

Reply via email to