UCD.pm: Don't use CompositionExclusions.txt
authorKarl Williamson <public@khwilliamson.com>
Fri, 19 Nov 2010 19:04:53 +0000 (12:04 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 21 Nov 2010 02:15:15 +0000 (18:15 -0800)
commit71a442a8e083048f771614ff45898af022ade6b7
treed9401977771e09665041f8773a79efc88a7dbf28
parent98ef7649bc2d994db925c45a7d2fdce7dff098b3
UCD.pm: Don't use CompositionExclusions.txt

The motiviation for this patch was to remove dependence of UCD on
another Unicode DB .txt file.

But the subroutine that uses it is out-of-date, now that this property,
and an even more convenient one are accessible from the core.  So the
documentation is also updated to educate people.

Instead of using the file, the routine just uses the core's access
method
lib/Unicode/UCD.pm
lib/Unicode/UCD.t