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)
8 lines
414 B
Text
8 lines
414 B
Text
Out of the box Moose only provides very barebones cloning support in order
|
|
to maximize flexibility.
|
|
|
|
This role provides a clone method that makes use of the low level cloning
|
|
support already in Moose and adds selective deep cloning based on
|
|
introspection on top of that. Attributes with the Clone trait will handle
|
|
cloning of data within the object, typically delegating to the attribute
|
|
value's own clone method.
|