From: Peter Rabbitson Date: Wed, 9 Sep 2009 07:14:20 +0000 (+0000) Subject: Localisation ain't free, we don't do it unless we have to X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b66a4f90f768da8aacd8f5cf7b24806d1d9e4642;p=dbsrgits%2FDBIx-Class-Historic.git Localisation ain't free, we don't do it unless we have to --- diff --git a/lib/DBIx/Class/Storage/DBI/Sybase/Common.pm b/lib/DBIx/Class/Storage/DBI/Sybase/Common.pm index c83398f..1f69d81 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase/Common.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase/Common.pm @@ -29,7 +29,6 @@ sub _ping { local $dbh->{RaiseError} = 1; local $dbh->{PrintError} = 0; - local $@; if ($dbh->{syb_no_child_con}) { # ping is impossible with an active statement, we return false if so