mktables: Default those tables whose names begin with '_' to internal
authorKarl Williamson <public@khwilliamson.com>
Tue, 3 Dec 2013 05:44:36 +0000 (22:44 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 5 Dec 2013 02:52:38 +0000 (19:52 -0700)
commitb7fa5212c68c800daedbb6ede5d311433c398aa5
tree3562eeef0238cd04aa24f611ecdaee5654e29f04
parent8364f9eb0b34474fb20a242e64b62be403315269
mktables: Default those tables whose names begin with '_' to internal

Some tables that mktables generates are for specialized internal core
use, and should not be accessible through Unicode::UCD nor listed in
perluniprops.  The creation code for _Perl_Any_Folds was moved by commit
8d88896d10ee81fb95a9494ca771f9d2b14f5fc7, but it wasn't a clean move and
the line that caused it to be marked as internal was accidentally removed.
This commit changes things to default to internal-only if the name
begins with an underscore, overridable by an explicit setting.  Thus the
line that got omitted is no longer necessary, and future mistakes like
this won't have any effect.  This is the only property currently
affected by this change.
lib/unicore/mktables