freebsd-ports/devel/p5-Class-Factory/pkg-descr
Sergey Skvortsov 93a5220dd5 Updated to 1.00
PR:	ports/51806
2003-05-19 13:06:46 +00:00

12 lines
406 B
Text

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