diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Unicode/Collate/CJK/Pinyin.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Unicode/Collate/CJK/Pinyin.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Unicode/Collate/CJK/Pinyin.pm b/Master/tlpkg/tlperl/lib/Unicode/Collate/CJK/Pinyin.pm index d3d99412378..b8f3976caa3 100644 --- a/Master/tlpkg/tlperl/lib/Unicode/Collate/CJK/Pinyin.pm +++ b/Master/tlpkg/tlperl/lib/Unicode/Collate/CJK/Pinyin.pm @@ -2,8 +2,9 @@ package Unicode::Collate::CJK::Pinyin; use 5.006; use strict; +use warnings; -our $VERSION = '0.85'; +our $VERSION = '1.12'; my %u2p; my $wt = 0x8000; |