The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.