projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3951a29
)
Add the sqla test harness to the stopgap branch
Peter Rabbitson [Thu, 29 Jan 2009 18:45:46 +0000 (18:45 +0000)]
t/lib/DBIC/DebugObj.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/DBIC/DebugObj.pm
b/t/lib/DBIC/DebugObj.pm
index
aa5a153
..
55b74c6
100644
(file)
--- a/
t/lib/DBIC/DebugObj.pm
+++ b/
t/lib/DBIC/DebugObj.pm
@@
-28,7
+28,7
@@
sub new {
$self->debugfh(undef);
$self->dbictest_sql_ref($sql_ref);
- $self->dbictest_bind_ref($bind_ref);
+ $self->dbictest_bind_ref($bind_ref || []);
return $self;
}