1# 2# Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. 3# 4 5This module is released as Public Source via the Comprehensive Perl Archive 6Network (http://www.cpan.org). If it is updated for any reason, a new 7release should be pushed to CPAN. 8 9The version number of this module is derived from the $VERSION variable in 10Task.pm. If anything under this directory is modified, $VERSION should be 11changed in Task.pm to update the module version number correctly. If this 12is not done, it will not be possible to upload the generated archive to CPAN, 13as CPAN requires that uploaded archives have unique names. 14 15To prepare the contents of the directory for release, they should be packaged 16up as a .tar.gz archive. The procedure for this is: 17 18$ /usr/perl5/bin/perl Makefile.PL 19$ make tardist 20 21This will produce the file for upload to CPAN. Contact cpan-support@sun.com 22for details of how to do this. 23