add DBIC_MULTICREATE_DEBUG, fix one bug with column values not being transferred
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / ResultSource.pm
index bc88091..89bc6ff 100644 (file)
@@ -1014,6 +1014,9 @@ sub reverse_relationship_info {
       $ret->{$otherrel} =  $otherrel_info;
     }
   }
+use Data::Dumper;
+#warn "return for reverse_relationship_info called on ".$self->name." for $rel:\n";
+#warn Dumper($ret);
   return $ret;
 }