Help for this page
package ChatBot; use base qw/Class::Bundle/; ... $self->bundle($name); # note 1) $self->inject('logger'); # note 2) }