# New Ticket Created by Paul Cochrane # Please include the string: [perl #45959] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45959 >
In the file src/mmd.c there is the todo item within mmd_maybe_candiate():
if (VTABLE_isa(interp, pmc, _sub)) {
/* a plain sub stops outer searches */
/* TODO check arity of sub */
VTABLE_push_pmc(interp, cl, pmc);
