diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2019-01-17 18:39:59 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2019-01-17 18:39:59 +0000 |
commit | 6330ea69c2b5ef11d579f161181ffb368c2b4033 (patch) | |
tree | 490b14063ba5f32d4d1eadcaa8ff4c9d9b780b12 /Porting | |
parent | 3b186cdc919044221c736e8b743265232793dab5 (diff) | |
download | perl-6330ea69c2b5ef11d579f161181ffb368c2b4033.tar.gz |
Update Unicode-Collate to CPAN version 1.27
[DELTA]
1.27 Wed Jan 2 19:42:56 2019
- DUCET is updated (for Unicode 10.0.0) as Collate/allkeys.txt.
- The default UCA_Version is 36.
- Locale/*.pl and CJK/Korean.pm are updated.
1.26 Mon Dec 31 14:32:07 2018
- U::C::Locale newly supports locale: cu.
- tailoring Cyrillic YI as BYELORUSSIAN-UKRAINIAN I with DIAERESIS.
(affected locale: kk)
- added loc_cu.t in t.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 7cbae7dff9..c32e698560 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1188,7 +1188,7 @@ use File::Glob qw(:case); }, 'Unicode::Collate' => { - 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-1.25.tar.gz', + 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-1.27.tar.gz', 'FILES' => q[cpan/Unicode-Collate], 'EXCLUDED' => [ qr{N$}, |