Patch by Matthew Tuck <matty@chariot.net.au>
r= gerv@mozilla.org, jake@acutex.net
my $tmpname = "data/versioncache.$$";
open(FID, ">$tmpname") || die "Can't create $tmpname";
+ print FID "#\n";
+ print FID "# DO NOT EDIT!\n";
+ print FID "# This file is automatically generated at least once every\n";
+ print FID "# hour by the GenerateVersionTable() sub in globals.pl.\n";
+ print FID "# Any changes you make will be overwritten.\n";
+ print FID "#\n";
+
print FID GenerateCode('@::log_columns');
print FID GenerateCode('%::versions');