The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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');