summaryrefslogtreecommitdiff
path: root/regen/mk_invlists.pl
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2020-12-28 19:48:01 -0800
committerKarl Williamson <khw@cpan.org>2021-01-17 09:18:15 -0700
commit9824c081922f8e3697322536c3da1702e35e45ab (patch)
treea5c8f673282770dfddd88133421c8df984816e80 /regen/mk_invlists.pl
parent1604cfb0273418ed479719f39def5ee559bffda2 (diff)
downloadperl-9824c081922f8e3697322536c3da1702e35e45ab.tar.gz
style: Detabify regen files.
They generate C files. Bump feature.pm and warnings.pm versions to satisfy cmpVERSION.pl. I can't get it to easily ignore whitespace, `git diff --name-only` does not respect the -w flag. regen_perly.pl is left alone. That would require rebuilding perly.* which is beyond a simple indentation change.
Diffstat (limited to 'regen/mk_invlists.pl')
-rw-r--r--regen/mk_invlists.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/regen/mk_invlists.pl b/regen/mk_invlists.pl
index 8c243bef70..d58e63cba9 100644
--- a/regen/mk_invlists.pl
+++ b/regen/mk_invlists.pl
@@ -52,7 +52,7 @@ my $table_name_prefix = "UNI_";
my $enum_name_re = qr / ^ [[:alpha:]] \w* $ /ax;
my $out_fh = open_new('charclass_invlists.h', '>',
- {style => '*', by => 'regen/mk_invlists.pl',
+ {style => '*', by => 'regen/mk_invlists.pl',
from => "Unicode::UCD"});
my $in_file_pound_if = "";
@@ -3329,7 +3329,7 @@ for my $i (0 .. @perl_prop_synonyms - 1) {
}
my $uni_pl = open_new('lib/unicore/uni_keywords.pl', '>',
- {style => '*', by => 'regen/mk_invlists.pl',
+ {style => '*', by => 'regen/mk_invlists.pl',
from => "Unicode::UCD"});
{
print $uni_pl "\%Unicode::UCD::uni_prop_ptrs_indices = (\n";
@@ -3352,7 +3352,7 @@ sub token_name
}
my $keywords_fh = open_new('uni_keywords.h', '>',
- {style => '*', by => 'regen/mk_invlists.pl',
+ {style => '*', by => 'regen/mk_invlists.pl',
from => "mph.pl"});
print $keywords_fh "\n#if defined(PERL_CORE) || defined(PERL_EXT_RE_BUILD)\n\n";