Changes for version 0.17 - 2007-12-31

  • Added conflict resolution for inherited attributes. That means you can do $obj->set_a(1) and it won't conflict with the derived class doing a $self->set_a(2).

Modules

Simple Object-Oriented Base Class