diff options
author | Karl Williamson <public@khwilliamson.com> | 2010-12-16 09:11:27 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2010-12-16 09:15:43 -0700 |
commit | 2cf724d498600d69eef0cc9013134e35fd9eff6d (patch) | |
tree | 7bdc689459dba746953ee805d2b20a2a8c49070e | |
parent | f7326ddc380f88d2fe75ca0e5e9cc11b2dac6b55 (diff) | |
download | perl-2cf724d498600d69eef0cc9013134e35fd9eff6d.tar.gz |
uniprops.pod: restore properties counts
As a side effect of commit bd9ebcfd4a6439f22bcaf330cd6d936de78362c5,
which was to make smalle unicore tables, the counts of the number of
code points matched by the various properties in perluniprops.pod were
removed. This restores them
-rw-r--r-- | lib/unicore/mktables | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 2e061e1d3a..824cdd133d 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -12604,7 +12604,7 @@ sub make_table_pod_entries($) { if ($table_property != $perl && $table->perl_extension) { push @info, '(Perl extension)'; } - push @info, "($string_count)" if $output_range_counts; + push @info, "($string_count)"; # Now, we have both the entry and info so add them to the # list of all the properties. |