make Call command not return anything so _merge doesn't try and merge the row count
[dbsrgits/DBIx-Data-Store-old.git] / lib / DBIx / Data / Store / Command / Call.pm
index 4436151..08bc398 100644 (file)
@@ -5,6 +5,7 @@ use Method::Signatures::Simple;
 
 method execute {
   $self->_new_active_sth->rows;
+  return
 }
 
 with 'DBIx::Data::Store::Command';