Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
372 B
Text
6 lines
372 B
Text
Class::Mixin provides a way to mix methods from one class into another,
|
|
such that the target class can use both its methods as well as those of
|
|
the source class.
|
|
The primary advantage is that the behavior of a class can be modified
|
|
to effectively be another class without changing any of the calling
|
|
code -- just requires using the new class that mixes into the original.
|