Tagged 0.97 tags/0-97 0-97
rkinyon [Fri, 24 Feb 2006 16:52:45 +0000 (16:52 +0000)]
t/07_locking.t

index 8828bf4..b840d45 100644 (file)
@@ -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();