The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Context::Holder - The role of a context holder. Just enforces the holding of a context.

SYNOPSIS

Any context holder object can access its context:

 my $o = ...
 $o->get_property('whatever');