{ my $spec_sub = sub { { path => 0 } }; sub open_for_reading { validate( @_, $spec_sub->() ); } } #### sub method { my $self = shift; $self->method_init; $self->_method; $self->method_cleanup; }