Automatically give your module the ability to have plugins
Description
This package provides a simple but, hopefully, extensible way of having 'plugins' or
your module. It can export a method into your namespacethen search the path for .pm
files, and convert those files to class names.It can instantiate these classes for you.