aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Class-MixinFactory/pkg-descr
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-05-31 00:46:50 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-05-31 00:46:50 +0000
commitd30744629b6df4f058c00ae0f7fa2615f9368521 (patch)
treec42314c2224f5130ddcb91fb049a1b7b4f8fc4e8 /devel/p5-Class-MixinFactory/pkg-descr
parentc33edafa1558ffbb7cd6d23776fdf706f3102957 (diff)
downloadports-d30744629b6df4f058c00ae0f7fa2615f9368521.tar.gz
ports-d30744629b6df4f058c00ae0f7fa2615f9368521.zip
Notes
Diffstat (limited to 'devel/p5-Class-MixinFactory/pkg-descr')
-rw-r--r--devel/p5-Class-MixinFactory/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-Class-MixinFactory/pkg-descr b/devel/p5-Class-MixinFactory/pkg-descr
new file mode 100644
index 000000000000..498672f83b76
--- /dev/null
+++ b/devel/p5-Class-MixinFactory/pkg-descr
@@ -0,0 +1,9 @@
+This distribution facilitates the run-time generation of classes which
+inherit from a base class and some optional selection of mixin classes.
+
+A factory is provided to generate the mixed classes with multiple
+inheritance. A NEXT method allows method redispatch up the inheritance
+chain.
+
+WWW: http://search.cpan.org/dist/Class-MixinFactory
+Author: Matthew Simon Cavalletto