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

..03-May-2022-

fallback/H03-Sep-2010-253242

fnvlib/H03-Sep-2010-815250

lib/Digest/H03-Sep-2010-20268

t/H03-Sep-2010-132104

ChangesH A D02-Sep-2010183 74

FNV.xsH A D03-Sep-2010962 6250

MANIFESTH A D03-Sep-2010312 2322

META.ymlH A D03-Sep-2010425 1413

Makefile.PLH A D02-Sep-20102 KiB5140

READMEH A D03-Sep-20101.1 KiB3925

const-c.incH A D03-Sep-20106.3 KiB242230

const-xs.incH A D03-Sep-20102.6 KiB9190

ppport.hH A D02-Sep-2010151.3 KiB6,3762,613

typemapH A D03-Sep-201076 54

README

1Digest-FNV version 0.01
2=======================
3
4The README is used to introduce the module and provide instructions on
5how to install the module, any machine dependencies it may have (for
6example C compilers and installed libraries) and any other information
7that should be provided before the module is installed.
8
9A README file is required for CPAN modules since CPAN extracts the
10README file from a module distribution so that people browsing the
11archive can use it get an idea of the modules uses. It is usually a
12good idea to provide version information here so that people can
13decide whether fixes for the module are worth downloading.
14
15INSTALLATION
16
17To install this module type the following:
18
19   perl Makefile.PL
20   make
21   make test
22   make install
23
24DEPENDENCIES
25
26    none.
27
28COPYRIGHT AND LICENCE
29
30Put the correct copyright and licence information here.
31
32Copyright (C) 2010 by Jeffrey Webster
33
34This library is free software; you can redistribute it and/or modify
35it under the same terms as Perl itself, either Perl version 5.10.0 or,
36at your option, any later version of Perl 5 you may have available.
37
38
39