summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Accessor-Chained/DESCR
blob: 232790cd90263bfcf98dc811bdaa54b262b17228 (plain)
1
2
3
4
5
6
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.