From 2cf724d498600d69eef0cc9013134e35fd9eff6d Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 16 Dec 2010 09:11:27 -0700 Subject: [PATCH] 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 --- lib/unicore/mktables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 2e061e1..824cdd1 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. -- 2.7.4