Commit b7f05445c00f 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
338 B
Plaintext
8 lines
338 B
Plaintext
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.
|