projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b13d224
)
fix uninitialized warning
Rafael Kitover [Tue, 1 Jun 2010 13:08:08 +0000 (13:08 +0000)]
lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm
b/lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm
index
16d204d
..
1c5bccf
100644
(file)
--- a/
lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm
+++ b/
lib/DBIx/Class/Storage/DBI/Sybase/ASE.pm
@@
-598,7
+598,7
@@
EOF
return 0;
});
- my $exception;
+ my $exception = '';
try {
my $bulk = $self->_bulk_storage;