The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
-------------------------
Version 0.05 (2007-08-24)
-------------------------

* fixed: added missing interpreter context to store()

* add support of initialization in tie statement

* skip untie tests for perl-5.9.3

-------------------------
Version 0.04 (2006-01-21)
-------------------------

* fixed: deleting the current item from the hash while
  iterating with "each" caused segfaults or panics;
  thanks to Cristian Cocheci for spotting this bug

* added SCALAR method

* minor improvements

-------------------------
Version 0.03 (2003-11-11)
-------------------------

* added Storable hooks to allow for serializing
  and cloning objects using Storable

* added runtime object corruption detection

* added debugging support

-------------------------
Version 0.02 (2003-11-03)
-------------------------

* extended compatibility back to perl 5.4.0

-------------------------
Version 0.01 (2003-11-02)
-------------------------

* initial release