aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-Factory/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Class-Factory/pkg-descr')
-rw-r--r--devel/p5-Class-Factory/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/p5-Class-Factory/pkg-descr b/devel/p5-Class-Factory/pkg-descr
new file mode 100644
index 00000000000..415f0455753
--- /dev/null
+++ b/devel/p5-Class-Factory/pkg-descr
@@ -0,0 +1,12 @@
+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/search?dist=Class-Factory
+
+-- Sergey Skvortsov
+skv@FreeBSD.org