fb16dfecae
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)
9 lines
525 B
Text
9 lines
525 B
Text
Hash::Merge::Simple will recursively merge two or more hashes and
|
|
return the result as a new hash reference. The merge function will
|
|
descend and merge hashes that exist under the same node in both the
|
|
left and right hash, but doesn't attempt to combine arrays, objects,
|
|
scalars, or anything else. The rightmost hash also takes precedence,
|
|
replacing whatever was in the left hash if a conflict occurs.
|
|
|
|
This code was pretty much taken straight from Catalyst::Utils, and
|
|
modified to handle more than 2 hashes at the same time.
|