1) forgot to add some t/5* tests to the MANIFEST 2) The one line patch to Engine...
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Engine.pm
index 85cdafe..0faa0d3 100644 (file)
@@ -566,6 +566,8 @@ sub add_entry {
     my $self = shift;
     my ($trans_id, $loc, $idx) = @_;
 
+    return unless $trans_id;
+
     $self->{entries}{$trans_id} ||= {};
     $self->{entries}{$trans_id}{"$loc:$idx"} = undef;
 }