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

..03-May-2022-

lib/H25-Jul-2008-319207

t/H25-Jul-2008-1811

ChangesH A D14-May-200594 42

Flowd.xsH A D21-Aug-20055.7 KiB204172

MANIFESTH A D03-Mar-200577 98

Makefile.PLH A D13-Oct-2005853 1812

READMEH A D03-Mar-20051.7 KiB4533

ppport.hH A D03-Mar-200529.1 KiB1,097725

README

1Flowd version 0.7
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
26This module requires libflowd to be built and available somewhere it can
27find (normally the parent directory). As this module is part of the flowd
28distribution, this shouldn't be a problem.
29
30COPYRIGHT AND LICENCE
31
32 Copyright (c) 2004 Damien Miller <djm@mindrot.org>
33
34 Permission to use, copy, modify, and distribute this software for any
35 purpose with or without fee is hereby granted, provided that the above
36 copyright notice and this permission notice appear in all copies.
37
38 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
39 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
40 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
41 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
42 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
43 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
44 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
45