1Socket6
2
3$Id: README 688 2018-09-30 04:22:53Z ume $
4
51. Abstract
6
7This module supports getaddrinfo() and getnameinfo() to intend to
8enable protocol independent programing.
9If your environment supports IPv6, IPv6 related defines such as
10AF_INET6 are included.
11
122. Install
13
14Extract archive file.
15Change current directory to Socket6-x.xx ("x.xx" is version number).
16Type "perl Makefile.PL" to create Makefile.
17Type "make" to build.
18Type "make install" to install.
19
203. How to use
21
22See "perldoc Socket6".
23
244. Acknowledgments
25
26This package is mainly depend on perl5.005_55-v6-19990721 and
27ssh-1.2.27-IPv6-1.5.  perl5.005_55-v6-19990721 was written by KAME
28Project and ssh-1.2.27-IPv6-1.5 was written by KIKUCHI Takahiro
29<kick@kyoto.wide.ad.jp>.  Thank you very much.
30
315. Copyright
32
33Copyright (C) 2000-2018 Hajimu UMEMOTO <ume@mahoroba.org>.
34All rights reserved.
35
36Socket6.pm and Socket6.xs are based on perl5.005_55-v6-19990721
37written by KAME Project.
38
39gai.h, getaddrinfo.c and getnameinfo.c are based on
40ssh-1.2.27-IPv6-1.5 written by KIKUCHI Takahiro
41<kick@kyoto.wide.ad.jp>.
42
43Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
44All rights reserved.
45
46Redistribution and use in source and binary forms, with or without
47modification, are permitted provided that the following conditions
48are met:
491. Redistributions of source code must retain the above copyright
50   notice, this list of conditions and the following disclaimer.
512. Redistributions in binary form must reproduce the above copyright
52   notice, this list of conditions and the following disclaimer in the
53   documentation and/or other materials provided with the distribution.
543. Neither the name of the project nor the names of its contributors
55   may be used to endorse or promote products derived from this software
56   without specific prior written permission.
57
58THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
59ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
60IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
61ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
62FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
63DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
64OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
65HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
66LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
67OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
68SUCH DAMAGE.
69