Optimization: First broke out all the classes that were in Engine.pm so that I can...
authorrkinyon@cpan.org <rkinyon@cpan.org>
Sun, 15 Jun 2008 18:34:14 +0000 (18:34 +0000)
committerRob Kinyon <rkinyon@rkinyon-lt-osx.local>
Mon, 29 Jun 2009 21:33:00 +0000 (17:33 -0400)
commit065b45be4e413444714f0b35aa9653e10753118b
tree7f6b83f86ee89f196355b99e11d5ab885e5e7527
parent9d3b38e4e354bdc179a9271f9e1a7e422421314a
Optimization: First broke out all the classes that were in Engine.pm so that I can better see what's going on. Later, I'll create a dist action that merges all the files into one.

git-svn-id: http://svn.ali.as/cpan/trunk/DBM-Deep@3574 88f4d9cd-8a04-0410-9d60-8f63309c3137
16 files changed:
lib/DBM/Deep.pm
lib/DBM/Deep/Array.pm
lib/DBM/Deep/Engine.pm
lib/DBM/Deep/Engine/Sector.pm [new file with mode: 0644]
lib/DBM/Deep/Engine/Sector/BucketList.pm [new file with mode: 0644]
lib/DBM/Deep/Engine/Sector/Data.pm [new file with mode: 0644]
lib/DBM/Deep/Engine/Sector/Index.pm [new file with mode: 0644]
lib/DBM/Deep/Engine/Sector/Null.pm [new file with mode: 0644]
lib/DBM/Deep/Engine/Sector/Reference.pm [new file with mode: 0644]
lib/DBM/Deep/Engine/Sector/Scalar.pm [new file with mode: 0644]
lib/DBM/Deep/File.pm
lib/DBM/Deep/Hash.pm
lib/DBM/Deep/Iterator.pm [new file with mode: 0644]
lib/DBM/Deep/Iterator/BucketList.pm [new file with mode: 0644]
lib/DBM/Deep/Iterator/Index.pm [new file with mode: 0644]
lib/DBM/Deep/Null.pm [new file with mode: 0644]