| App::Spec::Role::Plugin(3) | User Contributed Perl Documentation | App::Spec::Role::Plugin(3) |
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.
| 2025-03-26 | perl v5.42.1 |