On 05/13, [email protected] wrote: > # Used during the prerelease/release-candidate part of the official release > # process. If you hacked up your SA, you should add a version_tag to your .cf > # files; this variable should not be modified. > # Unless you're actually making an official pre-release or release > # candidate, in which case put something like pre1 or rc1 in here). > @EXTRA_VERSION = qw();
Without the extraneous close parentheses: # Used during the prerelease/release-candidate part of the official release # process. If you hacked up your SA, you should add a version_tag to your .cf # files; this variable should not be modified. # Unless you're actually making an official pre-release or release # candidate, in which case put something like pre1 or rc1 in here. @EXTRA_VERSION = qw(); -- "it's not how good you are, it's how bad you want it" - no fear http://www.ChaosReigns.com
