NAME
whatbot::Component - Base component for all whatbot modules.
SYNOPSIS
use Moose; extends 'whatbot::Component'; $self->log('I am so awesome.');
DESCRIPTION
whatbot::Component is the base component for all whatbot modules. This requires a little bit of magic from the caller, as the accessors all need to be filled by whatbot::Controller, or the calling method needs to pass 'base_component' to the Component subclass to fill the proper accessors.
LICENSE/COPYRIGHT
Be excellent to each other and party on, dudes.