97ab081976
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.
7 lines
246 B
Plaintext
7 lines
246 B
Plaintext
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.
|