Changes for version 0.06 - 2006-01-08

  • DESTROY cleans up all Class::InsideOut properties in the @ISA tree; updated documentation on object destruction for clarity; fixes diamond-pattern inheritance memory leaks without requiring a DEMOLISH method
  • added first-draft support of serialization with Storable for objects based on scalars, arrays and hashes; tested on data values only; not yet tested on values with references or objects, particularly circular reference chains
  • CLONE no longer exported; all refaddr index cleanup handled globally in Class::InsideOut::CLONE rather than in class-specific methods

Modules

a safe, simple inside-out object construction kit