Changes for version 1.01

  • This version fixes two serious bugs that made it a little difficult to work with OOP.
  • One of the fixes covers the addition of exists() support for data structures used as parameters. Until now it was not possible to check whether or not an element existed in a hash. This fixes it.
  • The second bug relates to the writeAccess property in a hash context. Until now the writeAccess property would be effective only to the elements created (in which case anything was possible). Now it properly checks the parent structure to see what properties to take on.

Modules

OOP
Object Oriented Programming Class

Provides

in lib/OOP/Accessor.pm
in lib/OOP/Constructor.pm
in lib/OOP/_getArgs.pm