- Build.PL has been extended to support sqlite vs. mysql
- Storage::DBI now detects between the two DBDs
- (RT #51888) Applied POD patch (Thanks, FWIE!)
+ - (RT #44981) Added VERSION to ::Array, ::Engine, and ::Hash
1.0019_001 Dec 31 22:00:00 2009 EST
(This is the first developer release for 1.0020.)
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.
use strict;
use warnings FATAL => 'all';
+our $VERSION = $DBM::Deep::VERSION;
+
use DBM::Deep::Iterator ();
# File-wide notes:
use strict;
use warnings FATAL => 'all';
+our $VERSION = $DBM::Deep::VERSION;
+
use base 'DBM::Deep';
sub _get_self {