K 10 svn:author V 5 krion K 8 svn:date V 27 2003-07-22T13:02:29.000000Z K 7 svn:log V 405 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 Approved by: fjoe (mentor) END