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

..03-May-2022-

examples/H23-Dec-2018-799617

lib/Net/H23-Dec-2018-3,6771,494

t/H23-Dec-2018-169

AUTHORSH A D23-Dec-2018331 1812

Build.PLH A D23-Dec-2018476 1916

ChangesH A D23-Dec-20184.3 KiB11282

MANIFESTH A D23-Dec-2018636 3231

META.jsonH A D23-Dec-2018905 4342

META.ymlH A D23-Dec-2018503 2423

Makefile.PLH A D23-Dec-2018508 1816

READMEH A D23-Dec-20182.1 KiB5340

README

1Net::UPnP version 1.4.6
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
24COPYRIGHT AND LICENCE
25
26Copyright (C) 2005 Satoshi Konno
27All rights reserved.
28
29Redistribution and use in source and binary forms, with or without
30modification, are permitted provided that the following conditions are met:
31
321. Redistributions of source code must retain the above copyright notice,
33this list of conditions and the following disclaimer.
34
352. Redistributions in binary form must reproduce the above copyright
36notice, this list of conditions and the following disclaimer in the documentation
37and/or other materials provided with the distribution.
38
393. The name of the author may not be used to endorse or promote
40products derived from this software without specific prior written permission.
41
42THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
43IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
44WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
45PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
46ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
47DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
48GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
49INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
50WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
51OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
52EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
53