1Class::DBI::Plugin is an abstract base class for Class::DBI plugins.
2Its purpose is to make writing plugins easier. Writers of plugins
3should be able to concentrate on the functionality their module
4provides, instead of having to deal with the symbol table hackery
5involved when writing a plugin module.
6
7WWW: https://metacpan.org/release/Class-DBI-Plugin
8