Name Date Size #Lines LOC

..--

pod/H17-Nov-2022-12876

t/H17-Nov-2022-180141

ChangesH A D17-Nov-2022121 75

MANIFESTH A D17-Nov-2022217 1615

Makefile.PLH A D17-Nov-20221.4 KiB7034

READMEH A D17-Nov-2022642 2820

Ucred.pmH A D17-Nov-2022824 3720

Ucred.xsH A D17-Nov-20223.1 KiB166115

typemapH A D17-Nov-2022701 4539

README

1#
2# Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
3#
4
5Licensing
6---------
7This module is released under the Perl Artistic License.
8
9Availability
10------------
11This module is only available for Solaris 10 onwards.
12
13Description
14-----------
15This module provides access to the Solaris Ucred subsystem.
16
17See getpeerucred(3C), ucred_get(3C).
18
19Installation
20------------
21
221. Uncompress and untar the archive
232. cd to the module directory
243. perl Makefile.PL; make install
25
26If you are using gcc and wish to build this module against the perl shipped as
27part of Solaris, see the Solaris-PerlGcc module, also available from CPAN.
28