in reply to Re: Re: When to use prototype inheritence?
in thread When to use prototype inheritence?

I believe that with Class::Classless, you can locally override the specific hash value you're interested in:
local $test_object->{method} = sub { print "got:".$_[0]->{_proto_}->method() };