• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Bloom/H08-Mar-2014-331127

t/H08-Mar-2014-8243

ChangesH A D08-Mar-2014764 3219

LICENSEH A D10-Dec-201317.6 KiB340281

MANIFESTH A D08-Mar-2014275 1312

META.jsonH A D08-Mar-20141.3 KiB5655

META.ymlH A D08-Mar-2014695 3029

Makefile.PLH A D08-Mar-20141.2 KiB5043

READMEH A D08-Mar-2014892 4326

README

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