This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
utf8_heavy: Skip unnecessary operations
authorKarl Williamson <public@khwilliamson.com>
Sat, 19 Nov 2011 21:22:00 +0000 (14:22 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:32 +0000 (09:58 -0700)
commit7b95354822ec2e64dc2d911ea0d11d9dba7a1687
tree3b7d8dff49c9e06e778ea78b38b006ad889f6742
parente22ae573a312160a7c2faf86823c71cb9cbe7cbf
utf8_heavy: Skip unnecessary operations

The mktables generated tables are well-formed, already sorted, and with
no extra items such as "+utf8::foo".  Thus we don't have to do these
operations on them, but they are required on user-defined properties,
and should $list be passed in as a parameter.

This patch moves the code that does this to just the user-defined area
lib/utf8_heavy.pl