This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Generate file for NameAlias property
authorKarl Williamson <public@khwilliamson.com>
Sun, 6 Nov 2011 22:06:42 +0000 (15:06 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:36 +0000 (08:09 -0700)
This is needed for future commits in Unicode::UCD.  The contents of file
could be figured out from the Name.pl file, but that would be slow, and
the file is quite small.

lib/unicore/mktables

index b6194e8..69ebcc1 100644 (file)
@@ -905,7 +905,6 @@ my %why_obsolete;    # Documentation only
         'Simple_Uppercase_Mapping' => "$simple.  Can access this through Unicode::UCD::charinfo",
 
         'Name' => "Accessible via 'use charnames;'",
-        'Name_Alias' => "Accessible via 'use charnames;'",
 
         FC_NFKC_Closure => 'Supplanted in usage by NFKC_Casefold; otherwise not useful',
     );