http://www.perlmonks.org?node_id=880107


in reply to Re: DBIx::Class connection
in thread DBIx::Class connection

yes, as far as I remember it's not recommended to do the DBI connect yourself since DBIC cares about reconnecting itself when the connection has gone away, so tracing in DBI is probably the best way.