(RT #44981) Added VERSION to ::Array, ::Engine, and ::Hash
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Array.pm
index b4a4636..4b8a2cc 100644 (file)
@@ -5,6 +5,8 @@ use 5.006_000;
 use strict;
 use warnings FATAL => 'all';
 
+our $VERSION = $DBM::Deep::VERSION;
+
 # 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.