DBM/Deep.pm no longer has a link to _storage. Instead, it goes through _engine now...
authorrkinyon@cpan.org <rkinyon@cpan.org>
Mon, 16 Jun 2008 02:03:28 +0000 (02:03 +0000)
committerRob Kinyon <rkinyon@rkinyon-lt-osx.local>
Mon, 29 Jun 2009 21:33:00 +0000 (17:33 -0400)
commitf1879fdcbb79887d707ed56336f03e70c6e5809b
tree94f5d5f2f9d90820397d198951072f0cd545fbdf
parent5c0756fcb3b5c7ca76c52be6c7c9d78841e5d57b
DBM/Deep.pm no longer has a link to _storage. Instead, it goes through _engine now. This is so that all locks and unlocks go through _engine so that it can flush all dirty sectors to disk.

git-svn-id: http://svn.ali.as/cpan/trunk/DBM-Deep@3579 88f4d9cd-8a04-0410-9d60-8f63309c3137
13 files changed:
lib/DBM/Deep.pm
lib/DBM/Deep/Array.pm
lib/DBM/Deep/Engine.pm
lib/DBM/Deep/Hash.pm
t/11_optimize.t
t/21_tie_access.t
t/22_internal_copy.t
t/23_misc.t
t/24_autobless.t
t/27_filehandle.t
t/38_data_sector_size.t
t/41_transaction_multilevel.t
t/45_references.t