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

index aa5a153..55b74c6 100644 (file)
@@ -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;
 }