In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2cf724d498600d69eef0cc9013134e35fd9eff6d?hp=f7326ddc380f88d2fe75ca0e5e9cc11b2dac6b55>
- Log ----------------------------------------------------------------- commit 2cf724d498600d69eef0cc9013134e35fd9eff6d Author: Karl Williamson <[email protected]> Date: Thu Dec 16 09:11:27 2010 -0700 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 ----------------------------------------------------------------------- Summary of changes: lib/unicore/mktables | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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. -- Perl5 Master Repository
