# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #50644] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50644 >
while browsing through src/oo.c, I found that there are two functions that are completely similar, except for one comment referring to some rt ticket. These functions are: fail_if_exist in lines 555-579 fail_if_type_exists in lines 962-986 unless I'm missing something obvious, they are completely similar. kjs