mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
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)
10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
MLDBM - store multi-level hash structure in single level tied hash
|
|
|
|
This module, intended primarily for use with DBM packages, can serve as a
|
|
transparent interface to any TIEHASH package that must be used to
|
|
store arbitrary perl data, including nested references.
|
|
|
|
It works by converting the values in the hash that are references, to their
|
|
string representation in perl syntax. When using a DBM database, it is this
|
|
string that gets stored.
|