freebsd-ports/devel/p5-Class-Delegation/pkg-descr
Ying-Chieh Liao f9f2f05b97 add p5-Class-Delegation
Object-oriented delegation

PR:		31783
Submitted by:	Sergey Skvortsov <skv@protey.ru>
2001-11-18 03:23:25 +00:00

13 lines
519 B
Text

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