ports/devel/p5-Class-Data-Inheritable/pkg/DESCR

5 lines
250 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00: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 overridden.