
Class::c3::componentised is a perl module that injects multiple base classes into your module using the class::c3 method resolution order.
note that plugins loaded this way cannot be used to override methods in your module. consider moosex::object::pluggable (libmoosex-object-pluggable-perl) if your application requires this.