pkgsrc/devel/p5-Class-Data-Inheritable/DESCR
he 05f7f87430 Import p5-Class-Data-Inheritable version 0.02.
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.
2003-08-30 18:58:33 +00:00

6 lines
284 B
Text

Inheritable, overridable class data
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.