make script execution order in regen.pl mostly alphabetical
David Mitchell [Fri, 15 May 2009 15:13:29 +0000 (16:13 +0100)]
regen.pl

index 48700f5..37057f6 100644 (file)
--- a/regen.pl
+++ b/regen.pl
@@ -24,12 +24,13 @@ my $perl = $^X;
 # scripts (eg reentr.c)
 
 my @scripts = qw(
-warnings.pl
-regcomp.pl
-reentr.pl
-overload.pl
-opcode.pl
 keywords.pl
+opcode.pl
+overload.pl
+reentr.pl
+regcomp.pl
+warnings.pl
+
 embed.pl
 autodoc.pl
 );