aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-Data-Inheritable/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-17 19:59:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-17 19:59:29 +0000
commit531c7bbbc8e68798a16420786940edd6c0eb0aa2 (patch)
tree2c9423a8596b726ea4e755424556fe21aec218c7 /devel/p5-Class-Data-Inheritable/pkg-descr
parent113ae8c94791f865d928c626fa071e0a4bd70ec3 (diff)
downloadports-531c7bbbc8e68798a16420786940edd6c0eb0aa2.tar.gz
ports-531c7bbbc8e68798a16420786940edd6c0eb0aa2.zip
Notes
Diffstat (limited to 'devel/p5-Class-Data-Inheritable/pkg-descr')
-rw-r--r--devel/p5-Class-Data-Inheritable/pkg-descr9
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