summaryrefslogtreecommitdiff
path: root/regen.pl
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-05-15 16:13:29 +0100
committerDavid Mitchell <davem@iabyn.com>2009-05-15 16:13:29 +0100
commit07d48c2ab53ff24d46b741408bbe4e54cb5ead8e (patch)
tree444e2b97ae9350bc623317e5907ea07f45a1358a /regen.pl
parente2bcdfc01b8759d90d7dac9448eb6bd60378bcdc (diff)
downloadperl-07d48c2ab53ff24d46b741408bbe4e54cb5ead8e.tar.gz
make script execution order in regen.pl mostly alphabetical
Diffstat (limited to 'regen.pl')
-rw-r--r--regen.pl11
1 files changed, 6 insertions, 5 deletions
diff --git a/regen.pl b/regen.pl
index 48700f5f92..37057f6024 100644
--- 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
);