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.