On Tuesday 02 October 2007 10:22:42 Paul Cochrane wrote: > # 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);
It's "arity", which means the number of arguments the sub takes. -- c