From: rkinyon Date: Fri, 24 Feb 2006 16:52:45 +0000 (+0000) Subject: Tagged 0.97 X-Git-Tag: 0-97^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=df0982b59000306ff9313f7a67468154ea5bc829;p=dbsrgits%2FDBM-Deep.git Tagged 0.97 --- diff --git a/t/07_locking.t b/t/07_locking.t index 8828bf4..b840d45 100644 --- 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();