p5-Class-Data-Inheritable

inheritable, overridable class data

WWW CVSWeb GITHub
  1. Package version
    p5-Class-Data-Inheritable-0.09
  2. Maintainer
    The OpenBSD ports mailing-list

Class::Data::Inheritable is for creating accessor/mutators to class
data. That is, if you want to store something about your class as
a whole (instead of about a single object). This data is then
inherited by your subclasses and can be overridden.