slackbuilds_ponce/perl/perl-Class-Data-Inheritable
Chris Novakovic 82846ea285 perl/perl-Class-Data-Inheritable: Update download.
Signed-off-by: Chris Novakovic <chris@chrisn.me.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-05-27 11:10:52 +07:00
..
perl-Class-Data-Inheritable.info
perl-Class-Data-Inheritable.SlackBuild
README
slack-desc

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.