Description
Dynamic class mixing can combine behavior from multiple Perl classes at runtime. Developers use this module for flexible object composition where static inheritance is too rigid. It changes class composition in the host application and should be kept understandable for maintainers.