- Renamed to DBM::Deep for CPAN
- Added optimize() method for rekindling unused space
- Now returning hybrid tie()/OO object from new()
- Basic error handling introduced
- Added debug mode for printing errors to STDERR
- Added TYPE_HASH and TYPE_ARRAY constants for "type" param
- Added clone() method for safe copying of objects
- Wrote POD documentation
- Added set_pack() function for manipulating LONG_SIZE / LONG_PACK
- Added aliases for most tied functions for public use
- Now setting binmode() on FileHandle for Win32
- Added 45 unit tests