mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
dc0aae038d
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
5 lines
313 B
Text
5 lines
313 B
Text
perl-Class-Data-Inheritable (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.
|