slackbuilds/perl/perl-class-accessor-chained
fourtysixandtwo a8a6f01644 perl/perl-class-accessor-chained: Change i486 to i586 2022-06-07 02:23:42 -04:00
..
README
perl-class-accessor-chained.SlackBuild perl/perl-class-accessor-chained: Change i486 to i586 2022-06-07 02:23:42 -04:00
perl-class-accessor-chained.info
slack-desc

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.