mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
419 B
Plaintext
9 lines
419 B
Plaintext
Class::Mixin provides a way to mix methods from one class into another,
|
|
such that the target class can use both its methods as well as those of
|
|
the source class.
|
|
The primary advantage is that the behavior of a class can be modified
|
|
to effectively be another class without changing any of the calling
|
|
code -- just requires using the new class that mixes into the original.
|
|
|
|
WWW: https://metacpan.org/release/Class-Mixin
|