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


In src/mmd.c there is the todo item within mmd_search_classes():

 if (!PMC_IS_NULL(pmc)) {
     /*
      * mmd_is_hidden would consider all previous candidates
      * XXX pass current n so that only candidates from this
      *     mro are used?
      */
      if (mmd_maybe_candidate(interp, pmc, cl))
          break;
      }

Reply via email to