eval { my $val = $dbh->{AutoCommit}; # makes error go away? local $dbh->{AutoCommit} = 0; }; $self->{_can_do_transactions} = $@ ? 0 : 1;