summaryrefslogtreecommitdiff
path: root/cpan/Unicode-Collate/Collate/CJK/Pinyin.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2017-11-13 13:45:36 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2017-11-13 15:16:12 +0000
commiteaecde9a0a4918a42c66b153f8da8230a67b3ae5 (patch)
tree4042a66a8778b1ccc2a1495d9ae5fb03df254561 /cpan/Unicode-Collate/Collate/CJK/Pinyin.pm
parenta6509d2bd0745438635bad41675dbe33268ebf4f (diff)
downloadperl-eaecde9a0a4918a42c66b153f8da8230a67b3ae5.tar.gz
Update Unicode-Collate to CPAN version 1.23
[DELTA] 1.23 Mon Nov 13 19:10:28 2017 - Now UCA_Version 36 (for Unicode 10.0.0) is supported. * But the default UCA_Version is still 34. - added nushu.t in t. 1.22 Sat Nov 11 10:53:35 2017 - internal: someone suggests using 'exists' for checking the truth of $collator->{mapping}{$variable} and $collator->{maxlength}{$variable}, where $variable may stand for codepoints whose mapping is not defined; though such a problem was not reproduced on my environment.
Diffstat (limited to 'cpan/Unicode-Collate/Collate/CJK/Pinyin.pm')
-rw-r--r--cpan/Unicode-Collate/Collate/CJK/Pinyin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Unicode-Collate/Collate/CJK/Pinyin.pm b/cpan/Unicode-Collate/Collate/CJK/Pinyin.pm
index 4f3a5db01b..75524af7d0 100644
--- a/cpan/Unicode-Collate/Collate/CJK/Pinyin.pm
+++ b/cpan/Unicode-Collate/Collate/CJK/Pinyin.pm
@@ -4,7 +4,7 @@ use 5.006;
use strict;
use warnings;
-our $VERSION = '1.21';
+our $VERSION = '1.23';
my %u2p;
my $wt = 0x8000;