The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.5

  • Allow reinitialisation of index and data fields from new blessed class.
  • Also, made storage module MySQL use the front side object for class lookups.
  • Cleaned up debugging.
  • Fixed a bug where if a key to a storable hash was a reference to another object, the object would not become dirty, thus would not save changes. (Fix is if a key to the storable object is a ref to something, data_status is always dirty even on load)
  • Added new dumper for support of nested objects.
  • Doc update.

Documentation

API Reference (0.1)
Programmer Manual (0.1)
Storage module Programmer Manual (0.1)

Modules

Hash persistence API (0.1)

Provides

in Hash/Dumper.pm
in Hash/Storage/MySQL.pm
in Hash/TestHash.pm