1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/devel/p5-Class-Delegation/pkg-descr
Sergey Skvortsov 914b460830 Minor fixes.
Approved by:	markm
2002-04-08 16:24:46 +00:00

17 lines
556 B
Plaintext

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
-- Sergey Skvortsov
skv@FreeBSD.org