This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
mktables: use master range list if inverse
authorKarl Williamson <public@khwilliamson.com>
Sun, 21 Aug 2011 16:24:11 +0000 (10:24 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 8 Nov 2011 15:09:14 +0000 (08:09 -0700)
commitec40ee88e0898838adba3e07cc8d62b7d0790802
tree3eb187fd591585f3dedea1fb90348e41f12b5447
parent60e471b3c5d78fa99162421059b37772f3ad7090
mktables: use master range list if inverse

This patch subclasses the method that returns the range associated with
a table to instead return its complement's range.  This means that when
working on a table that is a complement, you are really working on its
complement.  This will be used in a future commit to avoid populating
the complement.

The base class has to change so that the method can be subclassed.
lib/unicore/mktables