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

Wubot::Plugin::Roles::Plugin - a role that should be used by all wubot plugins

VERSION

version 0.2.004

SYNOPSIS

    with 'Wubot::Plugin::Roles::Plugin';

DESCRIPTION

This role enforces that all wubot plugins (Wubot::Plugin::*) have some basic required attributes, including a 'key', a 'class', and a 'logger'. If a plugin is missing any of these attributes, serious problems may result.