Help for this page
package My::Obj; use Moo; has deputy => (is => 'ro', delegates => 'frobnicate');
$obj->deputy->can('frobnicate')->($obj, 42);