Localisation ain't free, we don't do it unless we have to
Peter Rabbitson [Wed, 9 Sep 2009 07:14:20 +0000 (07:14 +0000)]
lib/DBIx/Class/Storage/DBI/Sybase/Common.pm

index c83398f..1f69d81 100644 (file)
@@ -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