Changes for version 0.78 - 2002-10-05

  • [#17940] Includes :unique and :shared in the builtin types
  • From perl 5.8 { __CALLER__::foo => __PACKAGE } is missparsed, the proper approach is to use { '__CALLER__::foo' => __PACKAGE }. The documentation is updated to reflect this. Reported by Dave Cross

Modules

Simpler definition of attribute handlers

Provides

in demo/Demo.pm
in demo/Descriptions.pm
in demo/MyClass.pm