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)
7 lines
338 B
Text
7 lines
338 B
Text
Under older perls this module provides a drop in compatible api to
|
|
Hash::Util::FieldHash using perltie. When Hash::Util::FieldHash is available
|
|
it will use that instead.
|
|
|
|
This way code requiring field hashes can benefit from fast, robust field
|
|
hashes on Perl 5.10 and newer, but still run on older perls that don't ship
|
|
with that module.
|