xref: /onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/README (revision 12388:1bc8d55b0dfd)
10Sstevel@tonic-gate#
2*12388SJohn.Sonnenschein@Sun.COM# Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
30Sstevel@tonic-gate#
40Sstevel@tonic-gate
50Sstevel@tonic-gateLicensing
60Sstevel@tonic-gate---------
70Sstevel@tonic-gateThis module is released under the Perl Artistic License.
80Sstevel@tonic-gate
90Sstevel@tonic-gateAvailability
100Sstevel@tonic-gate------------
110Sstevel@tonic-gateThis module is only available for Solaris 9 onwards.
120Sstevel@tonic-gate
130Sstevel@tonic-gateDescription
140Sstevel@tonic-gate-----------
150Sstevel@tonic-gateThis module provided access to the Solaris Task subsystem, which is part of
160Sstevel@tonic-gatethe Solaris resource management infrastructure.
170Sstevel@tonic-gate
180Sstevel@tonic-gateFor more information on Solaris Tasks, see the project(4) manpage and the
190Sstevel@tonic-gatefollowing on-line documentation:
200Sstevel@tonic-gate
210Sstevel@tonic-gateSystem Administration Guide: Resource Management and Network Services
220Sstevel@tonic-gateChapter 6 - Projects and Tasks
230Sstevel@tonic-gatehttp://docs.sun.com/db/doc/816-7125
240Sstevel@tonic-gate
250Sstevel@tonic-gateInstallation
260Sstevel@tonic-gate------------
270Sstevel@tonic-gate
280Sstevel@tonic-gate1. Uncompress and untar the archive
290Sstevel@tonic-gate2. cd to the module directory
300Sstevel@tonic-gate3. perl Makefile.PL; make install
310Sstevel@tonic-gate
320Sstevel@tonic-gateIf you are using gcc and wish to build this module against the perl shipped as
330Sstevel@tonic-gatepart of Solaris, see the Solaris-PerlGcc module, also available from CPAN.
34