Description
Perl object systems can control how superclass methods are found and called. This helps modules that need clearer or more flexible behavior than basic inheritance dispatch provides.
It is a developer library. Changes to superclass dispatch can affect method resolution in subtle ways, so maintainers should cover inheritance behavior with tests.