diff options
author | LEVAI Daniel <leva@ecentrum.hu> | 2013-03-11 21:13:22 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-22 07:16:42 -0400 |
commit | dc0aae038dfd01eb647bc8b1a8bf5b3f40295c45 (patch) | |
tree | 74621f6512feef9fe5ecb68672e226c98cfafe93 /perl/perl-Class-Data-Inheritable/README | |
parent | b701f2aee49a4d2b21ac14f33419a738574ff43e (diff) | |
download | slackbuilds-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/README | 5 |
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. |