diff options
author | krion <krion@FreeBSD.org> | 2003-07-22 13:02:29 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-22 13:02:29 +0000 |
commit | 62e9f95b9024f7a6c4739c9c4d859755da7d4b4b (patch) | |
tree | 4998ca2931b031a16373d76f955bb631101c23cd /devel/p5-mixin/pkg-descr | |
parent | 38a86d977c4906ac37db43678143c561865df2be (diff) | |
download | FreeBSD-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-descr | 8 |
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/ |