diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-22 13:02:29 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-22 13:02:29 +0000 |
commit | 6a2691acfa67944ae562a7f25c5fbef1c4370830 (patch) | |
tree | 26e5bfefcfccf13d3d5b8e1a98e9485df47efe74 /devel/Makefile | |
parent | update security/clamav-devel: 20030705 -> 20030720 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=85366
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3370781e5911..14267e797faf 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -762,6 +762,7 @@ SUBDIR += p5-VCS SUBDIR += p5-VCS-CVS SUBDIR += p5-enum + SUBDIR += p5-mixin SUBDIR += p65 SUBDIR += parrot SUBDIR += patch |