my $engine = Verify->new(); my $contex = ObjectInspectingVerifyContext->new(); context->set_object($someInput); my $some_result = $engine->run($context); ... ... ...