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

NAME

App::Spec::Role::Plugin - Main role for App::Spec plugins

METHODS

init_run

Will be called with the plugin object/class and an App::Spec::Run object as parameters.

    my ($self, $run) = @_;

You can then use the subscribe method of App::Spec::Run to subscribe to certain events.