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.
Comment on
Re: Multiple Inheritance (DBIx::Class)
In Section
Seekers of Perl Wisdom