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

NAME

VS::RuleEngine::Hook - Interface for hooks.

INTERFACE

CLASS METHODS

new

Called when a new instance is requested.

INSTANCE METHODS

invoke

Runs the hook. Must return KV_ABORT (to abort processing) or KV_CONTINUE.

For arguments passed to this method see "Arguments" in VS::RuleEngine::Constants.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 43:

=over without closing =back