summaryrefslogtreecommitdiffstats
path: root/devel/p5-mixin/pkg-descr
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-07-22 13:02:29 +0000
committerkrion <krion@FreeBSD.org>2003-07-22 13:02:29 +0000
commit62e9f95b9024f7a6c4739c9c4d859755da7d4b4b (patch)
tree4998ca2931b031a16373d76f955bb631101c23cd /devel/p5-mixin/pkg-descr
parent38a86d977c4906ac37db43678143c561865df2be (diff)
downloadFreeBSD-ports-62e9f95b9024f7a6c4739c9c4d859755da7d4b4b.zip
FreeBSD-ports-62e9f95b9024f7a6c4739c9c4d859755da7d4b4b.tar.gz
New port devel/p5-mixin
Mixin inheritance is an alternative to the usual multiple-inheritance and solves the problem of knowing which parent will be called. It also solves a number of tricky problems like diamond inheritence. The idea is to solve the same sets of problems which MI solves without the problems of MI. PR: 54746 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: fjoe (mentor)
Diffstat (limited to 'devel/p5-mixin/pkg-descr')
-rw-r--r--devel/p5-mixin/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/p5-mixin/pkg-descr b/devel/p5-mixin/pkg-descr
new file mode 100644
index 0000000..2d7980c
--- /dev/null
+++ b/devel/p5-mixin/pkg-descr
@@ -0,0 +1,8 @@
+Mixin inheritance is an alternative to the usual multiple-inheritance and
+solves the problem of knowing which parent will be called. It also solves a
+number of tricky problems like diamond inheritence.
+
+The idea is to solve the same sets of problems which MI solves without the
+problems of MI.
+
+WWW: http://search.cpan.org/dist/mixin/
OpenPOWER on IntegriCloud