From: Peter Rabbitson Date: Thu, 29 Jan 2009 18:45:46 +0000 (+0000) Subject: Add the sqla test harness to the stopgap branch X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=29369e172e2ee6c7b9be118f53306a59f3cd5186;p=dbsrgits%2FDBIx-Class-Historic.git Add the sqla test harness to the stopgap branch --- diff --git a/t/lib/DBIC/DebugObj.pm b/t/lib/DBIC/DebugObj.pm index aa5a153..55b74c6 100644 --- 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; }