mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
335 B
Plaintext
9 lines
335 B
Plaintext
Mixin inheritance is an alternative to the usual multiple-inheritance and
|
|
solves the problem of knowing which parent will be called. It also solves a
|
|
number of tricky problems like diamond inheritance.
|
|
|
|
The idea is to solve the same sets of problems which MI solves without the
|
|
problems of MI.
|
|
|
|
WWW: https://metacpan.org/release/mixin
|