Bug 54746 - new port devel/p5-mixin
Summary: new port devel/p5-mixin
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Kirill Ponomarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-22 10:50 UTC by Mathieu Arnold
Modified: 2003-07-22 14:09 UTC (History)
1 user (show)

See Also:


Attachments
p5-mixin-0.04.shar (1.92 KB, text/plain)
2003-07-22 10:50 UTC, Mathieu Arnold
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Arnold 2003-07-22 10:50:08 UTC
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.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-07-22 13:31:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->krion

I'll handle it.
Comment 2 Kirill Ponomarev freebsd_committer freebsd_triage 2003-07-22 14:08:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!