This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: Add fate
authorKarl Williamson <public@khwilliamson.com>
Wed, 12 Oct 2011 01:23:11 +0000 (19:23 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:26 +0000 (08:09 -0700)
commit301ba94886d1fd23b03a48197e73efef5740c704
treea61fc97457622b01116c3fff35c0c66f08bc713e
parent0332277c8f33d749dd96379675440b8a735c87d9
mktables: Add fate

Some tables are predestined to not be output; others have different
fates.  This patch creates a 'fate' field in the table data structure
which replaces the 'internal_only' field, the latter becoming just one
of the possible fates.

The SUPPRESSED and PLACEHOLDER statuses are moved to be fates.  This
makes the code cleaner in places, and allows independent setting of the
tables fate from its pod entry.

The empty slot will be filled in later
lib/unicore/mktables