50d79c1309ae865ee83d3b6dc56b3d39825947b2Automatic Updater# CDDL HEADER START
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# The contents of this file are subject to the terms of the
ec5347e2c775f027573ce5648b910361aa926c01Automatic Updater# Common Development and Distribution License (the "License").
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson# You may not use this file except in compliance with the License.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# See the License for the specific language governing permissions
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# and limitations under the License.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson# fields enclosed by brackets "[]" replaced with your own identifying
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson# information: Portions Copyright [yyyy] [name of copyright owner]
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# CDDL HEADER END
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson# Use is subject to license terms.
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson# ident "%Z%%M% %I% %E% SMI"
215ef83bbed20727813a52ddcdbcd1455856638bMark AndrewsYou can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
21a0926b4fa495f53371f89961e7560b0b235192Andreas Gustafssonor http://www.opensolaris.org/os/licensing.
364a82f7c25b62967678027043425201a5e5171aBob HalleySee the License for the specific language governing permissions
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafssonand limitations under the License.
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas GustafssonThis module is only available for Solaris 9u6 onwards.
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas GustafssonThis module provided access to the Solaris locality group library
f3ca27e9fe307b55e35ea8d7b37351650630e5a3Andreas Gustafssonliblgrp(3LIB). It provides both functional and object-oriented interface to all
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafssonfunctions defined in liblgrp(3LIB).
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas GustafssonThe t directory contains two files: Lgrp.t and Lgrp_api.t which contain lots
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafssonof examples (and serve as tests).
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson1. Uncompress and untar the archive
1a69a1a78cfaa86f3b68bbc965232b7876d4da2aDavid Lawrence2. cd to the module directory
5fc7ba3e1ac5d72239e9971e0f469dd5796738f9Andreas Gustafsson3. perl Makefile.PL; make test; make install
215ef83bbed20727813a52ddcdbcd1455856638bMark AndrewsIf you are using gcc and wish to build this module against the perl shipped as
215ef83bbed20727813a52ddcdbcd1455856638bMark Andrewspart of Solaris, see the Solaris-PerlGcc module, also available from CPAN.