Fix for 30085
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep.pm
index 670f6e0..7c9dadd 100644 (file)
@@ -5,7 +5,7 @@ use 5.006_000;
 use strict;
 use warnings;
 
-our $VERSION = q(1.0010);
+our $VERSION = q(1.0012);
 
 use Data::Dumper ();
 use Fcntl qw( :flock );