1N/A#
1N/A# Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
1N/A#
1N/A
1N/ALicensing
1N/A---------
1N/AThis module is released under the Perl Artistic License.
1N/A
1N/AAvailability
1N/A------------
1N/AThis module is only available for Solaris 10 onwards.
1N/A
1N/ADescription
1N/A-----------
1N/AThis module provides access to the Solaris Ucred subsystem.
1N/A
1N/ASee getpeerucred(3C), ucred_get(3C).
1N/A
1N/AInstallation
1N/A------------
1N/A
1N/A1. Uncompress and untar the archive
1N/A2. cd to the module directory
1N/A3. perl Makefile.PL; make install
1N/A
1N/AIf you are using gcc and wish to build this module against the perl shipped as
1N/Apart of Solaris, see the Solaris-PerlGcc module, also available from CPAN.