You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Zachary Storer 79790dec18 perl/perl-Class-Data-Inheritable: Fix source URLs. 11 years ago
..
README perl/perl-Class-Data-Inheritable: Added (Inheritable class data) 13 years ago
perl-Class-Data-Inheritable.SlackBuild various: Update find command to match template. 12 years ago
perl-Class-Data-Inheritable.info perl/perl-Class-Data-Inheritable: Fix source URLs. 11 years ago
slack-desc perl/perl-Class-Data-Inheritable: Added (Inheritable class data) 13 years ago

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.