From: sprout Date: Thu, 28 Jan 2010 06:38:43 +0000 (-0800) Subject: Remove one stray version number X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ffdf60a389b6899ee97b9e985e6e5f9b0395f222;p=dbsrgits%2FDBM-Deep.git Remove one stray version number --- diff --git a/lib/DBM/Deep/Array.pm b/lib/DBM/Deep/Array.pm index 173f869..69be60a 100644 --- a/lib/DBM/Deep/Array.pm +++ b/lib/DBM/Deep/Array.pm @@ -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.