The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.0.1

  • isa_Object no longer automaticly makes new objects if the property is not set. If you want that, use: isa_Object('My::Class', auto => 1);
  • Fixed problems with isa_Object where it would try to make a new instance even though no default class was defined.

Modules

Simple way of creating accessor methods.