Removed usage of Clone from the code, replacing it with a hand-rolled datawalk
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / File.pm
index c62d81f..83835d9 100644 (file)
@@ -5,7 +5,7 @@ use 5.006_000;
 use strict;
 use warnings;
 
-our $VERSION = q(1.0003);
+our $VERSION = q(1.0006);
 
 use Fcntl qw( :DEFAULT :flock :seek );