Remove one stray version number
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Array.pm
index 173f869..69be60a 100644 (file)
@@ -6,8 +6,6 @@ use strict;
 use warnings;
 no warnings 'recursion';
 
-our $VERSION = q(1.0013);
-
 # This is to allow DBM::Deep::Array to handle negative indices on
 # its own. Otherwise, Perl would intercept the call to negative
 # indices for us. This was causing bugs for negative index handling.