SlackBuildsOrg/perl/perl-Class-Data-Inheritable
LEVAI Daniel dc0aae038d perl/perl-Class-Data-Inheritable: Added (Inheritable class data)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-03-22 07:16:42 -04: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.