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

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.