Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Class-Factory / pkg-descr
1 This is a simple module that factory classes can use to generate new
2 types of objects on the fly, providing a consistent interface to common
3 groups of objects.
4
5 Factory classes are used when you have different implementations for the
6 same set of tasks but may not know in advance what implementations you
7 will be using.
8
9 WWW: http://search.cpan.org/dist/Class-Factory/