projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4a393e1
)
Fixed calling convention
Rob Kinyon [Wed, 25 Nov 2009 13:20:58 +0000 (08:20 -0500)]
t/15_digest.t
patch
|
blob
|
blame
|
history
diff --git
a/t/15_digest.t
b/t/15_digest.t
index
78934bf
..
256954f
100644
(file)
--- a/
t/15_digest.t
+++ b/
t/15_digest.t
@@
-11,7
+11,7
@@
my ($fh, $filename) = new_fh();
my $salt = 38473827;
-my $db = new DBM::Deep(
+my $db = DBM::Deep->new(
file => $filename,
digest => \&my_digest,
hash_size => 8,