summaryrefslogtreecommitdiff
path: root/regen/mk_invlists.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-06-06 10:18:03 -0600
committerKarl Williamson <khw@cpan.org>2022-06-06 10:24:20 -0600
commitde16498425c2459c2b7d677783b4c2002384b208 (patch)
treeca5d9b844c554e4dbc344c6a48709881cdc6fd97 /regen/mk_invlists.pl
parente129f2eb51cb87c3ab81d4f406b428014e295f46 (diff)
downloadperl-de16498425c2459c2b7d677783b4c2002384b208.tar.gz
Update checksums in some generated files
These use checksums to see if the generated data could be out of date. The new NormTest.pl wasn't counted in this, and needn't be, but excluding it and other similar ones is more trouble than it's worth, so make a comment to that effect and update to include the NormTest.pl digest value.
Diffstat (limited to 'regen/mk_invlists.pl')
-rw-r--r--regen/mk_invlists.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/regen/mk_invlists.pl b/regen/mk_invlists.pl
index 12b9ce2344..bfe37a3803 100644
--- a/regen/mk_invlists.pl
+++ b/regen/mk_invlists.pl
@@ -3299,7 +3299,10 @@ my @sources = qw(regen/mk_invlists.pl
);
{
# Depend on mktables’ own sources. It’s a shorter list of files than
- # those that Unicode::UCD uses.
+ # those that Unicode::UCD uses. Some may not actually have an effect on
+ # the output of this program, but easier to just include all of them, and
+ # no real harm in doing so, as it is rare for one such to change without
+ # the others doing so as well.
if (! open my $mktables_list, '<', $sources_list) {
# This should force a rebuild once $sources_list exists