mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-21 02:24:06 -04:00
7 lines
340 B
Plaintext
7 lines
340 B
Plaintext
The Perl 5 module Class::Adapter is intended as an abstract base
|
|
class for creating any sort of class or object that follows the
|
|
Adapter pattern. An Adapter in this Perl sense of the term is when
|
|
a class is created to achieve by composition (objects containing
|
|
other object) something that can't be achieved by inheritance
|
|
(sub-classing).
|