diff options
Diffstat (limited to 'devel/p5-MLDBM/pkg/DESCR')
-rw-r--r-- | devel/p5-MLDBM/pkg/DESCR | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/p5-MLDBM/pkg/DESCR b/devel/p5-MLDBM/pkg/DESCR deleted file mode 100644 index 59fc10669da..00000000000 --- a/devel/p5-MLDBM/pkg/DESCR +++ /dev/null @@ -1,9 +0,0 @@ -This module can serve as a transparent interface to any TIEHASH package -that is required to store arbitrary perl data, including nested -references. Thus, this module can be used for storing references and -other arbitrary data within DBM databases. - -It works by serializing the references in the hash into a single string. -In the underlying TIEHASH package (usually a DBM database), it is this -string that gets stored. When the value is fetched again, the string is -deserialized to reconstruct the data structure into memory. |