summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-03-20 22:42:31 -0600
committerKarl Williamson <khw@cpan.org>2018-03-20 23:04:41 -0600
commitf6f289dfacc153c68cf6e0d47e5dfb9a6682d16c (patch)
treeae09ed43eb59918c08f08fa507dd3c9af094842f /lib
parent26db197235f7e3542da8926da0de654f5fab0845 (diff)
downloadperl-f6f289dfacc153c68cf6e0d47e5dfb9a6682d16c.tar.gz
mktables: Add aliases to the Present_In property
This property parallels the Age property (but is cumulative). Each table in it should have the same property value possibilities as the corresponding Age table.
Diffstat (limited to 'lib')
-rw-r--r--lib/unicore/mktables3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables
index 88d9c036a3..64a7bc6a1e 100644
--- a/lib/unicore/mktables
+++ b/lib/unicore/mktables
@@ -15386,6 +15386,9 @@ END
. $current_age->name
. ' or earlier',
);
+ foreach my $alias ($current_age->aliases) {
+ $current_in->add_alias($alias->name);
+ }
$previous_in = $current_in;
# Add clarifying material for the corresponding age file. This is