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

Changes for version 2.01 - 2006-09-19

  • Started redesign on field attributes Changed :Field(..., 'Weak' => 1) To :Field(...) :Weak Changed :Field(..., 'Deep' => 1), etc. To :Field(...) :Deep Changed :Field(..., 'Name' => 'foo') To :Field(...) :Name(foo) (Multiple attributes can be line wrapped! See POD.)
  • Optimized 'set' accessor code
  • Added option to suppress use of Want module
  • Documented that attribute handlers need to come first in a class

Modules

Comprehensive inside-out object support module

Provides

in lib/Object/InsideOut/Autoload.pm
in lib/Object/InsideOut/Chained.pm
in lib/Object/InsideOut/Cumulative.pm
in lib/Object/InsideOut/Dump.pm
in lib/Object/InsideOut/Dynamic.pm
in lib/Object/InsideOut/Foreign.pm
in lib/Object/InsideOut/Overload.pm
in lib/Object/InsideOut/Universal.pm
in lib/Object/InsideOut/attributes.pm
in lib/Object/InsideOut/lvalue.pm
in lib/Object/InsideOut/Exception.pm
in lib/Object/InsideOut/Cumulative.pm
in lib/Object/InsideOut/Util.pm