Removed unneeded Fcntl imports in DBM::Deep
rkinyon [Mon, 25 Dec 2006 04:20:53 +0000 (04:20 +0000)]
lib/DBM/Deep.pm

index 16a132f..bf71625 100644 (file)
@@ -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 ();