sub frobozz { my $self = shift; return $self->{ _delegate }->frobozz( @_ ); } #### BEGIN { *_croak = \&Carp::croak; }