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
# 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