slackbuilds_ponce/perl/perl-class-accessor-chained/slack-desc
Matteo Bernardini 42b0a890b7 perl/perl-class-accessor-chained: Added (make chained accessors).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2016-01-17 09:40:16 +07:00

19 lines
1.2 KiB
Text

# HOW TO EDIT THIS FILE:
# The "handy ruler" below makes it easier to edit a package description.
# Line up the first '|' above the ':' following the base package name, and
# the '|' on the right side marks the last column you can put a character in.
# You must make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
perl-class-accessor-chained: perl-class-accessor-chained (make chained accessors)
perl-class-accessor-chained:
perl-class-accessor-chained: A chained accessor is one that always returns the object when called
perl-class-accessor-chained: with parameters (to set), and the value of the field when called
perl-class-accessor-chained: with no arguments.
perl-class-accessor-chained: This module subclasses Class::Accessor in order to provide the same
perl-class-accessor-chained: mk_accessors interface.
perl-class-accessor-chained:
perl-class-accessor-chained: homepage: http://search.cpan.org/~rclamp/Class-Accessor-Chained/
perl-class-accessor-chained:
perl-class-accessor-chained: