summaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-Delegation/pkg-descr
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-11-18 03:23:25 +0000
committerijliao <ijliao@FreeBSD.org>2001-11-18 03:23:25 +0000
commitda08efff5be71959fce5081d1d035ad8a47e051b (patch)
tree9fce14194bc3c47353a802b13bbced5782990d11 /devel/p5-Class-Delegation/pkg-descr
parent3d431426cb1c3ea164b5950149c340143e0d5b00 (diff)
downloadFreeBSD-ports-da08efff5be71959fce5081d1d035ad8a47e051b.zip
FreeBSD-ports-da08efff5be71959fce5081d1d035ad8a47e051b.tar.gz
add p5-Class-Delegation
Object-oriented delegation PR: 31783 Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'devel/p5-Class-Delegation/pkg-descr')
-rw-r--r--devel/p5-Class-Delegation/pkg-descr13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/p5-Class-Delegation/pkg-descr b/devel/p5-Class-Delegation/pkg-descr
new file mode 100644
index 0000000..8fe8ee6
--- /dev/null
+++ b/devel/p5-Class-Delegation/pkg-descr
@@ -0,0 +1,13 @@
+The Class::Delegation module simplifies the creation of delegation-based
+class hierarchies, allowing a method to be redispatched:
+ * to a single nominated attribute,
+ * to a collection of nominated attributes in parallel, or
+ * to any attribute that can handle the message.
+
+These three delegation mechanisms can be specified for:
+ * a single method
+ * a set of nominated methods collectively
+ * any as-yet-undelegated methods
+ * all methods, delegated or not.
+
+WWW: http://search.cpan.org/search?dist=Class-Delegation
OpenPOWER on IntegriCloud