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.