diff options
author | he <he@pkgsrc.org> | 2003-08-30 18:58:33 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2003-08-30 18:58:33 +0000 |
commit | 05f7f87430479736c31cff9d8f524b42f74127f5 (patch) | |
tree | d52129328b625874492b4a757f267a594ce6608a /devel/p5-Class-Data-Inheritable/DESCR | |
parent | 1a9089286bb92f114d2af93088f79da2eeeaf048 (diff) | |
download | pkgsrc-05f7f87430479736c31cff9d8f524b42f74127f5.tar.gz |
Import p5-Class-Data-Inheritable version 0.02.
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.
Diffstat (limited to 'devel/p5-Class-Data-Inheritable/DESCR')
-rw-r--r-- | devel/p5-Class-Data-Inheritable/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Class-Data-Inheritable/DESCR b/devel/p5-Class-Data-Inheritable/DESCR new file mode 100644 index 00000000000..0d92077d60c --- /dev/null +++ b/devel/p5-Class-Data-Inheritable/DESCR @@ -0,0 +1,6 @@ +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. |