Revision history for Data-Hive
1.002 2010-08-31 22:48:54 America/New_York
allow ->HIVE to take multiple keys
1.001 2010-08-31 08:27:03 America/New_York
added ROOT, SAVE, SAVE_ALL, DELETE_ALL
old Hash store is now Hash::Nested; added new, flat Hash store
new Hash store and Param both rely on Data::Hive::PathPacker
bugfixes in cleaning up after deletion in nested hashes
deprecate overload and GETNUM and GETSTR behaviors
added Data::Hive::Test for testing Store implementations
documentation and test improvements
1.000 2010-08-27 21:48:58 America/New_York
significant documentation overhaul
add the ->KEYS method to Data::Hive and the core stores
allow the Hash store to have a value and subhives per path name
(this break backcompat with existing hash structure)
0.054 2010-08-26 14:58:29 America/New_York
minor tweaks, mostly to enable use of Dist::Zilla
0.053 2008-09-12
->GET($default) added
0.052 2007-11-19
Fix bug where Store::Hash was inadvertently destroying state
information it shouldn't have in some cases
0.051 2007-11-15
Guard eval with local $SIG{__DIE__} in case someone else has been
careless with theirs
Remove useless t/boilerplate.t
0.050 2007-04-02
Add GETSTR to avoid stupid SEGVs
Add DELETE
0.040 2006-08-28
Freshen Module::Install
0.03 2006-07-03
Add missing dep for Test::MockObject.
0.02 2006-06-08
Add EXISTS.
0.01 2006-06-05
First version, released on an unsuspecting world.