diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-10-02 11:18:42 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-10-02 11:18:42 +0100 |
commit | c02ee425ec16ba1c726d4eba2a70720102f63280 (patch) | |
tree | 4408fe7e56da0347a5f25e9f823507da908c3339 /Porting | |
parent | 466adc1df410fe390022a141a8189df4d4fd477b (diff) | |
download | perl-c02ee425ec16ba1c726d4eba2a70720102f63280.tar.gz |
Update Unicode-Collate to CPAN version 0.61
[DELTA]
0.61 Sat Oct 2 11:41:29 2010
- U::C::Locale newly supports locales: hr, ig, sq.
- precomposites of e-dot-below, o-dot-below, o-tilde are tailored as well.
(affected locales: et, yo)
- Vietnamese (vi): added contractions for non-blocked decompositions
* base + dot-below + diacritical such as "a\x{323}\x{306} etc.
* base + tone + horn such as "o\x{300}\x{31B}" etc.
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 416dda7955..e8243c4a24 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1506,7 +1506,7 @@ use File::Glob qw(:case); 'Unicode::Collate' => { 'MAINTAINER' => 'sadahiro', - 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.60-withoutworldwriteables.tar.gz', + 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.61-withoutworldwriteables.tar.gz', 'FILES' => q[cpan/Unicode-Collate], # ignore experimental XS version 'EXCLUDED' => [ qr{X$}, |