Description
Perl code can route method calls through delegated handlers, making it easier to expose behavior from contained objects or values. This helps object models provide clean APIs without repeating forwarding methods by hand.
It is a developer library. Delegation should be documented because callers may not see where the real method implementation lives.