projects
/
dbsrgits/DBM-Deep.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
3ea6131
)
Tagged 0.97
tags/0-97
0-97
rkinyon [Fri, 24 Feb 2006 16:52:45 +0000 (16:52 +0000)]
t/07_locking.t
patch
|
blob
|
blame
|
history
diff --git
a/t/07_locking.t
b/t/07_locking.t
index
8828bf4
..
b840d45
100644
(file)
--- a/
t/07_locking.t
+++ b/
t/07_locking.t
@@
-13,7
+13,7
@@
use_ok( 'DBM::Deep' );
unlink "t/test.db";
my $db = DBM::Deep->new(
file => "t/test.db",
- locking => 1
+ locking => 1,
);
if ($db->error()) {
die "ERROR: " . $db->error();