mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
42b0a890b7
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
5 lines
245 B
Text
5 lines
245 B
Text
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.
|