X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/af00134636ffe4172cbffeaed3bbad802e58d8a0..0b34b372c9a4c040146bce32de62edaef7680db5:/regen.pl diff --git a/regen.pl b/regen.pl index 4f3be80..62dc820 100644 --- a/regen.pl +++ b/regen.pl @@ -13,17 +13,17 @@ require 5.004; # keep this compatible, an old perl is all we may have before use strict; -# Which scripts to run. Note the ordering: embed.pl must run after -# opcode.pl, since it depends on pp.sym +# Which scripts to run. my @scripts = qw( -keywords.pl +mg_vtable.pl opcode.pl overload.pl reentr.pl regcomp.pl warnings.pl embed.pl +feature.pl ); my $tap = $ARGV[0] && $ARGV[0] eq '--tap' ? '# ' : '';