diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-17 19:59:29 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-17 19:59:29 +0000 |
commit | 531c7bbbc8e68798a16420786940edd6c0eb0aa2 (patch) | |
tree | 2c9423a8596b726ea4e755424556fe21aec218c7 /devel/p5-Class-Data-Inheritable/pkg-descr | |
parent | 113ae8c94791f865d928c626fa071e0a4bd70ec3 (diff) |
Notes
Diffstat (limited to 'devel/p5-Class-Data-Inheritable/pkg-descr')
-rw-r--r-- | devel/p5-Class-Data-Inheritable/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-Class-Data-Inheritable/pkg-descr b/devel/p5-Class-Data-Inheritable/pkg-descr new file mode 100644 index 000000000000..6a94e7a9ac02 --- /dev/null +++ b/devel/p5-Class-Data-Inheritable/pkg-descr @@ -0,0 +1,9 @@ +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. + +WWW: http://search.cpan.org/search?dist=Class-Data-Inheritable + +-- Sergey Skvortsov +skv@protey.ru |