my $self = shift; my $connection = MyApp::ConnectionFactory->connection(); my $user = MyApp::DB::User->new({dbh => $connection->dbh()}); #### sub BUILDARGS { my ($class, $dbh) = @_; { dbh => $dbh }; }