Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 年之前
..
README 42b0a890b7 perl/perl-class-accessor-chained: Added (make chained accessors). 8 年之前
perl-class-accessor-chained.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 3 年之前
perl-class-accessor-chained.info 0b3b8ae4cf perl/perl-class-accessor-chained: Update homepage and download. 6 年之前
slack-desc 0b3b8ae4cf perl/perl-class-accessor-chained: Update homepage and download. 6 年之前

README

A chained accessor is one that always returns the object when called
with parameters (to set), and the value of the field when called
with no arguments.
This module subclasses Class::Accessor in order to provide the same
mk_accessors interface.