fix uninitialized warning
Rafael Kitover [Tue, 1 Jun 2010 13:08:08 +0000 (13:08 +0000)]
lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm

index 16d204d..1c5bccf 100644 (file)
@@ -598,7 +598,7 @@ EOF
       return 0;
   });
 
-  my $exception;
+  my $exception = '';
   try {
     my $bulk = $self->_bulk_storage;