summaryrefslogtreecommitdiffstats
path: root/perl/perl-class-accessor-chained/README
blob: cd1ae2b36e8511885dd1cd132a9fe8971d8927f0 (plain)
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.