Remove one stray version number
sprout [Thu, 28 Jan 2010 06:38:43 +0000 (22:38 -0800)]
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.