Re: [perl #39081] [BUG] (possible bug) multiple calls to __init for subclassed objects

2006-05-10 Thread Leopold Toetsch
Patrick R.Michaud (via RT) wrote: If a subclass doesn't define an "__init" method, then creating a new instance of the subclass results in multiple calls to the base class "__init" method. Fixed, r12594. (__init was searched in parents with find_method, which also searched parents ...) I'v

[perl #39081] [BUG] (possible bug) multiple calls to __init for subclassed objects

2006-05-04 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #39081] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=39081 > If a subclass doesn't define an "__init" method, then creating a new instance of