# inside fictional Examiner class $self->add_test(MyTest->new( dispatcher => $self->dispatcher )); $self->dispatcher->notice("I just added a test"); ... #inside fictional MyTest class $self->dispatcher->warn("this example is silly!");