NAME
Bot::Pluggable::Common - A Common Base Class for Bot::Pluggable Objects
SYNOPSIS
My::Plugin use base qw(Bot::Pluggable::Common);
DESCRIPTION
I've written a few Bot::Pluggable modules now, and alot of stuff is common between all of them so I created a simple base class to put that stuff mostly because I think in OO terms first.
LIMITATIONS
It's just a base class what do you want?
COPYRIGHT
Copyright 2003, Chris Prather, All Rights Reserved
LICENSE
You may use this module under the terms of the BSD, Artistic, oir GPL licenses, any version.
AUTHOR
Chris Prather <chris@prather.org>