This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2bcdfc
)
make script execution order in regen.pl mostly alphabetical
author
David Mitchell
<davem@iabyn.com>
Fri, 15 May 2009 15:13:29 +0000
(16:13 +0100)
committer
David Mitchell
<davem@iabyn.com>
Fri, 15 May 2009 15:13:29 +0000
(16:13 +0100)
regen.pl
patch
|
blob
|
blame
|
history
diff --git
a/regen.pl
b/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
);