In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/e12272fc5eb86388de50059ac74317661bf13377?hp=d084b374bac8deddd97de0f076cd64d4e8cb4ecd>
- Log ----------------------------------------------------------------- commit e12272fc5eb86388de50059ac74317661bf13377 Author: Karl Williamson <pub...@khwilliamson.com> Date: Mon Jan 27 23:06:46 2014 -0700 mktables: Refer to an actual commit number ----------------------------------------------------------------------- Summary of changes: lib/unicore/mktables | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 8f6def0..5da1d7c 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -13875,8 +13875,9 @@ sub compile_perl() { # GREEK SMALL MU (from the MICRO SIGN), but it's easy to make the code # completely general, which should catch any unexpected changes or errors. # We look at each code point 0-255, and add its fold (including each part - # of a multi-char fold) to the list. See the commit message for these - # changes for a more complete description of the MU issue. + # of a multi-char fold) to the list. See commit message + # 31f05a37c4e9c37a7263491f2fc0237d836e1a80 for a more complete description + # of the MU issue. foreach my $range ($loc_problem_folds->ranges) { foreach my $code_point($range->start .. $range->end) { my $fold_range = $cf->containing_range($code_point); -- Perl5 Master Repository