uniprops.pod: restore properties counts
authorKarl Williamson <public@khwilliamson.com>
Thu, 16 Dec 2010 16:11:27 +0000 (09:11 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 16 Dec 2010 16:15:43 +0000 (09:15 -0700)
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

index 2e061e1..824cdd1 100644 (file)
@@ -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.