1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License, Version 1.0 only 6# (the "License"). You may not use this file except in compliance 7# with the License. 8# 9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10# or http://www.opensolaris.org/os/licensing. 11# See the License for the specific language governing permissions 12# and limitations under the License. 13# 14# When distributing Covered Code, include this CDDL HEADER in each 15# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16# If applicable, add the following below this CDDL HEADER, with the 17# fields enclosed by brackets "[]" replaced with your own identifying 18# information: Portions Copyright [yyyy] [name of copyright owner] 19# 20# CDDL HEADER END 21# 22# 23# Copyright 2003 Sun Microsystems, Inc. All rights reserved. 24# Use is subject to license terms. 25# 26#ident "%Z%%M% %I% %E% SMI" 27# 28 29Licensing 30--------- 31This module is released under the Perl Artistic License. 32 33Availability 34------------ 35This module is only available for Solaris 9 onwards. 36 37Description 38----------- 39This module provided access to the Solaris Task subsystem, which is part of 40the Solaris resource management infrastructure. 41 42For more information on Solaris Tasks, see the project(4) manpage and the 43following on-line documentation: 44 45System Administration Guide: Resource Management and Network Services 46Chapter 6 - Projects and Tasks 47http://docs.sun.com/db/doc/816-7125 48 49Installation 50------------ 51 521. Uncompress and untar the archive 532. cd to the module directory 543. perl Makefile.PL; make install 55 56If you are using gcc and wish to build this module against the perl shipped as 57part of Solaris, see the Solaris-PerlGcc module, also available from CPAN. 58