libclass-accessor-chained-perl

Perl module providing chained accessors
  https://metacpan.org/release/Class-Accessor-Chained
  0
  no reviews



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.

class::accessor::chained subclasses class::accessor in order to provide the same mk_accessors interface.