mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
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
507 B
Text
10 lines
507 B
Text
This module provides a way of abstracting away persistence of array and hash
|
|
variables.
|
|
|
|
It's useful for quick hacks when you don't care about pulling in the right DBM
|
|
library and calling tie and so on. Its job is to reduce fuss for the lazy
|
|
programmer at the cost of flexibility.
|
|
|
|
It uses MLDBM, so you can use complex data structures in your arrays and
|
|
hashes. It uses AnyDBM_File, so if you really care about which DBM you get, you
|
|
can modify AnyDBM_File::ISA in a BEGIN block after loading this module.
|