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

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.