r14944@rob-kinyons-computer (orig r8697): rkinyon | 2007-01-24 22:09:50 -0500
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / File.pm
index 4fda95c..84a98d4 100644 (file)
@@ -1,11 +1,11 @@
 package DBM::Deep::File;
 
-use 5.6.0;
+use 5.006_000;
 
 use strict;
 use warnings;
 
-our $VERSION = q(0.99_03);
+our $VERSION = q(0.99_04);
 
 use Fcntl qw( :DEFAULT :flock :seek );