1c6402783Sakolb#
2c6402783Sakolb# CDDL HEADER START
3c6402783Sakolb#
4c6402783Sakolb# The contents of this file are subject to the terms of the
5c6402783Sakolb# Common Development and Distribution License (the "License").
6c6402783Sakolb# You may not use this file except in compliance with the License.
7c6402783Sakolb#
8c6402783Sakolb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9c6402783Sakolb# or http://www.opensolaris.org/os/licensing.
10c6402783Sakolb# See the License for the specific language governing permissions
11c6402783Sakolb# and limitations under the License.
12c6402783Sakolb#
13c6402783Sakolb# When distributing Covered Code, include this CDDL HEADER in each
14c6402783Sakolb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15c6402783Sakolb# If applicable, add the following below this CDDL HEADER, with the
16c6402783Sakolb# fields enclosed by brackets "[]" replaced with your own identifying
17c6402783Sakolb# information: Portions Copyright [yyyy] [name of copyright owner]
18c6402783Sakolb#
19c6402783Sakolb# CDDL HEADER END
20c6402783Sakolb#
21c6402783Sakolb
22c6402783Sakolb#
23*9a70fc3bSMark J. Nelson# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
24c6402783Sakolb# Use is subject to license terms.
25c6402783Sakolb#
26c6402783Sakolb
27c6402783SakolbThis module is released as Public Source via the Comprehensive Perl Archive
28c6402783SakolbNetwork (http://www.cpan.org).  If it is updated for any reason, a new
29c6402783Sakolbrelease should be pushed to CPAN.
30c6402783Sakolb
31c6402783SakolbThe version number of this module is derived from the $VERSION variable in
32*9a70fc3bSMark J. NelsonLgrp.pm.  If anything under this directory is modified, $VERSION should be
33*9a70fc3bSMark J. Nelsonchanged in Lgrp.pm to update the module version number correctly.  If this
34*9a70fc3bSMark J. Nelsonis not done, it will not be possible to upload the generated archive to CPAN,
35*9a70fc3bSMark J. Nelsonas CPAN requires that uploaded archives have unique names.
36c6402783Sakolb
37c6402783SakolbTo prepare the contents of the directory for release, they should be packaged
38c6402783Sakolbup as a .tar.gz archive.  The procedure for this is:
39c6402783Sakolb
40c6402783Sakolb$ /usr/perl5/bin/perl Makefile.PL
41c6402783Sakolb$ make tardist
42c6402783Sakolb
43c6402783SakolbThis will produce the file for upload to CPAN.  Contact cpan-support@sun.com
44c6402783Sakolbfor details of how to do this.
45