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