From: rkinyon Date: Mon, 25 Dec 2006 04:20:53 +0000 (+0000) Subject: Removed unneeded Fcntl imports in DBM::Deep X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=05be6af2a0cf8d3b3817e65af6b4c47614ccc8e4;p=dbsrgits%2FDBM-Deep.git Removed unneeded Fcntl imports in DBM::Deep --- diff --git a/lib/DBM/Deep.pm b/lib/DBM/Deep.pm index 16a132f..bf71625 100644 --- a/lib/DBM/Deep.pm +++ b/lib/DBM/Deep.pm @@ -36,7 +36,7 @@ use warnings; our $VERSION = q(0.99_03); -use Fcntl qw( :DEFAULT :flock :seek ); +use Fcntl qw( :flock ); use Clone::Any '_clone_data'; use Digest::MD5 ();