SlackBuildsOrg/perl/perl-class-accessor-chained
Chris Novakovic 0b3b8ae4cf perl/perl-class-accessor-chained: Update homepage and download.
Signed-off-by: Chris Novakovic <chris@chrisn.me.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-05-27 11:11:15 +07:00
..
perl-class-accessor-chained.info
perl-class-accessor-chained.SlackBuild
README
slack-desc

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.