README.ON revision c64027834c5ffc60c557c2b12555e0cd4d30320c
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#
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# Use is subject to license terms.
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb#
c64027834c5ffc60c557c2b12555e0cd4d30320cakolb# ident "%Z%%M% %I% %E% SMI"
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
c64027834c5ffc60c557c2b12555e0cd4d30320cakolbLgrp.pm. This in turn contains the SID of the Lgrp.pm file, so if
c64027834c5ffc60c557c2b12555e0cd4d30320cakolbanything under this directory is modified, a delta should be made to Lgrp.pm
c64027834c5ffc60c557c2b12555e0cd4d30320cakolbto update the module version number correctly. If this is not done, it will
c64027834c5ffc60c557c2b12555e0cd4d30320cakolbnot be possible to upload the generated archive to CPAN, as CPAN requires that
c64027834c5ffc60c557c2b12555e0cd4d30320cakolbuploaded 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.