I've got a class hierarchy where each class is built with Class::MethodMaker. In addition, some of the classes additionally inherit from other modules (e.g., various CPAN libraries).
Has anybody figured out how to get Class::MethodMaker to call self->SUPER::new() in the generated constructors, or am I missing something obvious?
Thanks in advance!