summaryrefslogtreecommitdiffstats
path: root/perl/perl-Class-Data-Inheritable/README
diff options
context:
space:
mode:
author LEVAI Daniel2013-03-12 02:13:22 +0100
committer dsomero2013-03-22 12:16:42 +0100
commitdc0aae038dfd01eb647bc8b1a8bf5b3f40295c45 (patch)
tree74621f6512feef9fe5ecb68672e226c98cfafe93 /perl/perl-Class-Data-Inheritable/README
parentb701f2aee49a4d2b21ac14f33419a738574ff43e (diff)
downloadslackbuilds-dc0aae038dfd01eb647bc8b1a8bf5b3f40295c45.tar.gz
perl/perl-Class-Data-Inheritable: Added (Inheritable class data)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Class-Data-Inheritable/README')
-rw-r--r--perl/perl-Class-Data-Inheritable/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Class-Data-Inheritable/README b/perl/perl-Class-Data-Inheritable/README
new file mode 100644
index 0000000000..d50a34aa36
--- /dev/null
+++ b/perl/perl-Class-Data-Inheritable/README
@@ -0,0 +1,5 @@
+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.