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/slack-desc | |
parent | b701f2aee49a4d2b21ac14f33419a738574ff43e (diff) |
perl/perl-Class-Data-Inheritable: Added (Inheritable class data)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Class-Data-Inheritable/slack-desc')
-rw-r--r-- | perl/perl-Class-Data-Inheritable/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Class-Data-Inheritable/slack-desc b/perl/perl-Class-Data-Inheritable/slack-desc new file mode 100644 index 000000000000..e5db05b785dc --- /dev/null +++ b/perl/perl-Class-Data-Inheritable/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-Class-Data-Inheritable: perl-Class-Data-Inheritable (Inheritable, overridable class data) +perl-Class-Data-Inheritable: +perl-Class-Data-Inheritable: Class::Data::Inheritable is for creating accessor/mutators to class +perl-Class-Data-Inheritable: data. That is, if you want to store something about your class as a +perl-Class-Data-Inheritable: whole (instead of about a single object). This data is then inherited +perl-Class-Data-Inheritable: by your subclasses and can be overriden. +perl-Class-Data-Inheritable: +perl-Class-Data-Inheritable: +perl-Class-Data-Inheritable: +perl-Class-Data-Inheritable: +perl-Class-Data-Inheritable: |