forked from Xaerxess/Bloom-Filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
42 lines (26 loc) · 892 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Bloom-Filter version 1.2
========================
INSTALLATION
To install the module from CPAN, use
cpan Bloom::Filter
If you have the App::cpanminus installer, you may prefer
cpanm Bloom::Filter
To install this module from tarball archive file containing this distribution,
type
perl Makefile.PL
make
make test
make install
DOCUMENTATION
You can read the documentation for the module online at the following websites:
* http://search.cpan.org/perldoc?Bloom::Filter
* http://metacpan.org/release/Bloom::Filter
After installing the module, you can read the documentation on your computer
using
perldoc Bloom::Filter
COPYRIGHT AND LICENCE
Copyright (C) 2004 Maciej Ceglowski
This is free software, distributed under version 2 of the GNU Public License
(GPL).
The full text of the license can be found in the LICENSE file included with
this module.