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.