c64027834c5ffc60c557c2b12555e0cd4d30320cakolb#
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# CDDL HEADER START
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb#
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# The contents of this file are subject to the terms of the
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# Common Development and Distribution License (the "License").
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# You may not use this file except in compliance with the License.
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb#
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# or http://www.opensolaris.org/os/licensing.
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# See the License for the specific language governing permissions
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# and limitations under the License.
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb#
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# When distributing Covered Code, include this CDDL HEADER in each
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# If applicable, add the following below this CDDL HEADER, with the
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# fields enclosed by brackets "[]" replaced with your own identifying
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# information: Portions Copyright [yyyy] [name of copyright owner]
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb#
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# CDDL HEADER END
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb#
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb#
9a70fc3be3b1e966bf78825cdb8d509963a6f0a1Mark J. Nelson# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# Use is subject to license terms.
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb#
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb
c64027834c5ffc60c557c2b12555e0cd4d30320cakolbThis module is released as Public Source via the Comprehensive Perl Archive
c64027834c5ffc60c557c2b12555e0cd4d30320cakolbNetwork (http://www.cpan.org). If it is updated for any reason, a new
c64027834c5ffc60c557c2b12555e0cd4d30320cakolbrelease should be pushed to CPAN.
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb
c64027834c5ffc60c557c2b12555e0cd4d30320cakolbThe version number of this module is derived from the $VERSION variable in
9a70fc3be3b1e966bf78825cdb8d509963a6f0a1Mark J. NelsonLgrp.pm. If anything under this directory is modified, $VERSION should be
9a70fc3be3b1e966bf78825cdb8d509963a6f0a1Mark J. Nelsonchanged in Lgrp.pm to update the module version number correctly. If this
9a70fc3be3b1e966bf78825cdb8d509963a6f0a1Mark J. Nelsonis not done, it will not be possible to upload the generated archive to CPAN,
9a70fc3be3b1e966bf78825cdb8d509963a6f0a1Mark J. Nelsonas CPAN requires that uploaded archives have unique names.
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb
c64027834c5ffc60c557c2b12555e0cd4d30320cakolbTo prepare the contents of the directory for release, they should be packaged
c64027834c5ffc60c557c2b12555e0cd4d30320cakolbup as a .tar.gz archive. The procedure for this is:
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb$ /usr/perl5/bin/perl Makefile.PL
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb$ make tardist
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb
c64027834c5ffc60c557c2b12555e0cd4d30320cakolbThis will produce the file for upload to CPAN. Contact cpan-support@sun.com
c64027834c5ffc60c557c2b12555e0cd4d30320cakolbfor details of how to do this.