[Bast-commits] r7605 - DBIx-Class/0.08/branches/sybase/lib/DBIx/Class/Storage/DBI/Sybase

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Wed Sep 9 07:14:20 GMT 2009


Author: ribasushi
Date: 2009-09-09 07:14:20 +0000 (Wed, 09 Sep 2009)
New Revision: 7605

Modified:
   DBIx-Class/0.08/branches/sybase/lib/DBIx/Class/Storage/DBI/Sybase/Common.pm
Log:
Localisation ain't free, we don't do it unless we have to

Modified: DBIx-Class/0.08/branches/sybase/lib/DBIx/Class/Storage/DBI/Sybase/Common.pm
===================================================================
--- DBIx-Class/0.08/branches/sybase/lib/DBIx/Class/Storage/DBI/Sybase/Common.pm	2009-09-09 00:15:54 UTC (rev 7604)
+++ DBIx-Class/0.08/branches/sybase/lib/DBIx/Class/Storage/DBI/Sybase/Common.pm	2009-09-09 07:14:20 UTC (rev 7605)
@@ -29,7 +29,6 @@
 
   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




More information about the Bast-commits mailing list