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

Changes for version 0.25 - 2006-03-31

  • added a 'follow_best_practice' class method that causes the accessors to be called 'get_foo' and 'set_foo' instead of just 'foo'
  • added 'accessor_name_for' and 'mutator_name_for' methods that you can override in your subclass to create your own names for accessors. (That idea taken from Class::DBI.)

Modules

Automated accessor generation
Faster, but less expandable, accessors