This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regen/mk_invlists.pl - move token_name() sub closer to where it is used
authorYves Orton <demerphq@gmail.com>
Thu, 14 Apr 2022 01:15:27 +0000 (03:15 +0200)
committerKarl Williamson <khw@cpan.org>
Tue, 19 Apr 2022 11:41:19 +0000 (05:41 -0600)
commitd6945b2c7963b5f1e22f90b7aab16077aa2edd27
tree33194c45034dae523815ea0d0fbf5561be1b808d
parent64ff2b0f8952d7100c1c9074260a518b96e2e6a8
regen/mk_invlists.pl - move token_name() sub closer to where it is used

sub token_name() was injected into the middle of totally unrelated logic
that does not use it. token_name() is a wrapper around sanitize_name()
so move it next to that sub.

Also includes the output from running regen/mk_invlists.pl to keep
porting/regen.t happy.
charclass_invlists.h
lib/unicore/uni_keywords.pl
regen/mk_invlists.pl
uni_keywords.h