In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/c55dd03d1d6eb39244430d1cf2e0e94240d2b37a?hp=fea12a3ecdb8d0cbe872c0aea1e2828112bcba12>
- Log ----------------------------------------------------------------- commit c55dd03d1d6eb39244430d1cf2e0e94240d2b37a Author: Father Chrysostomos <spr...@cpan.org> Date: Sun Jun 26 10:57:26 2016 -0700 perlunicode typo ----------------------------------------------------------------------- Summary of changes: pod/perlunicode.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlunicode.pod b/pod/perlunicode.pod index e3eebdb..959b800 100644 --- a/pod/perlunicode.pod +++ b/pod/perlunicode.pod @@ -1843,7 +1843,7 @@ the XS level, and L<perlapi/Unicode Support> for the API details. Perl by default comes with the latest supported Unicode version built-in, but the goal is to allow you to change to use any earlier one. In Perls v5.20 and v5.22, however, the earliest usable version is Unicode 5.1. -Perl v5.18 and v5.24 are able to handle all earlier versions. +Perl v5.18 and v5.24 are able to handle all earlier versions. Download the files in the desired version of Unicode from the Unicode web site L<http://www.unicode.org>). These should replace the existing files in -- Perl5 Master Repository