Revision history for Data-Hive

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.