blob: 98575ebdcbc7c6235923cefb48e7e0e338586896 (
plain) (
blame)
1
2
3
4
5
6
|
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.
WWW: https://metacpan.org/release/Class-Data-Inheritable
|