mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
93a5220dd5
PR: ports/51806
13 lines
406 B
Plaintext
13 lines
406 B
Plaintext
This is a simple module that factory classes can use to generate new
|
|
types of objects on the fly, providing a consistent interface to common
|
|
groups of objects.
|
|
|
|
Factory classes are used when you have different implementations for the
|
|
same set of tasks but may not know in advance what implementations you
|
|
will be using.
|
|
|
|
WWW: http://search.cpan.org/dist/Class-Factory/
|
|
|
|
-- Sergey Skvortsov
|
|
skv@FreeBSD.org
|