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.