2 # Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
7 This module is released under the Perl Artistic License.
11 This module is only available for Solaris 9 onwards.
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
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.