slackbuilds/perl/perl-Class-Data-Inheritable
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README perl/perl-Class-Data-Inheritable: Added (Inheritable class data) 2013-03-22 07:16:42 -04:00
perl-Class-Data-Inheritable.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
perl-Class-Data-Inheritable.info perl/perl-Class-Data-Inheritable: Update download. 2018-05-27 11:10:52 +07:00
slack-desc perl/perl-Class-Data-Inheritable: Added (Inheritable class data) 2013-03-22 07:16:42 -04:00

README

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.