Binary package “libclass-c3-componentised-perl” in ubuntu jammy

module to load mix-ins or components to C3-based classes

 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.