summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Delegation/pkg-descr
blob: f3f3d2eba3fc7821a8280e29f55ccb215dd70de2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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/dist/Class-Delegation/

-- Sergey Skvortsov
skv@FreeBSD.org