freebsd-ports/devel/p5-Class-Delegation/pkg-descr

17 lines
550 B
Text
Raw Normal View History

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.
2003-05-19 15:03:57 +02:00
WWW: http://search.cpan.org/dist/Class-Delegation/
2002-04-08 18:24:46 +02:00
-- Sergey Skvortsov
skv@FreeBSD.org