Help for this page
my $action = { doit => sub { $object->it( @_ ) } };
my $action = { doit => $object->can( 'it' ) };