989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
10 lines
452 B
Text
10 lines
452 B
Text
Tie::DB_File::SplitHash
|
|
|
|
Designed for support of file size limited OSes. Transparently splits
|
|
a DB_File database into as many distinct files as desired. Distributes
|
|
hash entries between the files using a randomization algorithm.
|
|
Has the effect of allowing DB_File hashes to grow to the full size
|
|
of the partition. Requires 'Digest::SHA1' and 'DB_File' to be installed.
|
|
|
|
Author: Benjamin Franz
|
|
WWW: http://search.cpan.org/dist/Tie-DB_File-SplitHash/
|