http://www.perlmonks.org?node_id=771690


in reply to Multiple Inheritance (DBIx::Class)

Sounds like you might want Moose roles. You could change the base classes you have into roles (pretty trivial), then use 'before/after/around' to modify the behaviour of the 'save' method appropriately.