NAME
DB::Pluggable::Role::Initializer - Something that initializes the plugin system
IMPLEMENTING
The Initializer
role indicates that a plugin wants to do something when the plugin handler starts to run. The plugin must provide the initialize()
method.