1Digest::Elf version 1.42
2=======================
3
4Digest::Elf provides an XS based implementation of the ElfHash algorithm.
5What's that get ya? ElfHash generates reasonably unique 32 bit integer value
6from a string in a reasonably short period of time. The actual algorithm
7was culled from a Dr. Dobbs Journal article and they culled it, I think,
8from the source for the GNU c complier. If you know better, please let
9me know.
10
11INSTALLATION
12
13To install this module type the following:
14
15   perl Makefile.PL
16   make
17   make test
18   make install
19
20DEPENDENCIES
21
22This module requires a fully operational battle station, and a working
23install of the gnu c compiler.
24