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


In src/mmd.c there is the todo item within mmd_distance() which looks like 
it means that one should replace the magic number.  Here is the code with
context to help the adventurous person who picks up this ticket...

    if (args > n)
       dist = 1000;   /* XXX arbitrary > max_class_depth * n */

Reply via email to