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 sub-classes and can be overridden.
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 sub-classes and can be overridden.
Website: | http://search.cpan.org/dist/Class-Data-Inheritable/ |
---|---|
License: | GPL+ or Artistic |
Vendor: | Baruwa Enterprise Edition https://packages.baruwa.com/ |
Group: | development/libraries |
perl-Class-Data-Inheritable-0.08-14.el6_10.noarch [11 KiB] |
Changelog
by Andrew Colin Kissa (2023-02-14):
- BaruwaOS rebuild |