From: David Mitchell Date: Fri, 15 May 2009 15:13:29 +0000 (+0100) Subject: make script execution order in regen.pl mostly alphabetical X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=07d48c2ab53ff24d46b741408bbe4e54cb5ead8e;p=p5sagit%2Fp5-mst-13.2.git make script execution order in regen.pl mostly alphabetical --- diff --git a/regen.pl b/regen.pl index 48700f5..37057f6 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 );