# Initialization: foreach (@plugins) { eval { return unless $_->can( 'init' ); return $_->init(); } }