8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / cmd / perl / contrib / Sun / Solaris / Task / README
blob119e6cda5a78881edafc92bd4597ce5699c0f57b
2 # Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
5 Licensing
6 ---------
7 This module is released under the Perl Artistic License.
9 Availability
10 ------------
11 This module is only available for Solaris 9 onwards.
13 Description
14 -----------
15 This module provided access to the Solaris Task subsystem, which is part of
16 the Solaris resource management infrastructure.
18 For more information on Solaris Tasks, see the project(4) manpage and the
19 following on-line documentation:
21 System Administration Guide: Resource Management and Network Services
22 Chapter 6 - Projects and Tasks
23 http://docs.sun.com/db/doc/816-7125
25 Installation
26 ------------
28 1. Uncompress and untar the archive
29 2. cd to the module directory
30 3. perl Makefile.PL; make install
32 If you are using gcc and wish to build this module against the perl shipped as
33 part of Solaris, see the Solaris-PerlGcc module, also available from CPAN.