From: Brandon L. Black Date: Sun, 23 Jul 2006 15:49:14 +0000 (+0000) Subject: that was stupid X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d3abf3fe9466ce87d09d73c9af8ead9ff8d1e88e;hp=f11383c2fd0da2579098d1125b51f08eb98beb3e;p=dbsrgits%2FDBIx-Class-Historic.git that was stupid --- diff --git a/lib/DBIx/Class/Storage/DBI.pm b/lib/DBIx/Class/Storage/DBI.pm index 08e4fe5..87f84e6 100644 --- a/lib/DBIx/Class/Storage/DBI.pm +++ b/lib/DBIx/Class/Storage/DBI.pm @@ -549,8 +549,8 @@ sub _verify_pid { return if !$self->_dbh || $self->_conn_pid == $$; - $self->_dbh(undef); $self->_dbh->{InactiveDestroy} = 1; + $self->_dbh(undef); return; }