The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.