prev <<
Bread::Board
>> next
How to do it - lazy building
package MyApp::A; with 'MyApp::Role::DB'; sub do_something { my $self = shift; $self->dbh->... }