The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.