2024-01-06 08:40:36 +01:00
|
|
|
# perl-Class-Data-Inheritable
|
|
|
|
|
2024-01-06 08:40:39 +01:00
|
|
|
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 overriden.
|
|
|
|
|