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