projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
29ce4c8
)
r14235@Rob-Kinyons-PowerBook: rob | 2006-06-14 22:24:47 -0400
rkinyon [Mon, 19 Jun 2006 13:12:32 +0000 (13:12 +0000)]
Moving further along
lib/DBM/Deep/Engine2.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBM/Deep/Engine2.pm
b/lib/DBM/Deep/Engine2.pm
index
7d0d780
..
6f73410
100644
(file)
--- a/
lib/DBM/Deep/Engine2.pm
+++ b/
lib/DBM/Deep/Engine2.pm
@@
-255,6
+255,8
@@
sub _find_value_offset {
my $self = shift;
my ($args) = @_;
+ use Data::Dumper;warn Dumper $args;
+
my $key_tag = $self->load_tag( $args->{offset} );
my @head;