pkgsrc/devel/p5-Class-Adapter/DESCR
seb 8098bfbf8f Initial import of p5-Class-Adapter version 1.03 into The NetBSD
Packages Collection.

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).
2007-08-14 00:09:45 +00:00

6 lines
340 B
Text

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).