diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-09-05 17:53:23 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-09-05 17:54:13 +0100 |
commit | f1a7422f0978079a8d0d4faf7e794e0305d7ed39 (patch) | |
tree | 91164fe288a375287d53419745c365e600153f85 /Porting | |
parent | 2f64805b37aa2413a5886cc97c696506d5100d69 (diff) | |
download | perl-f1a7422f0978079a8d0d4faf7e794e0305d7ed39.tar.gz |
Update Unicode-Collate to CPAN version 0.59
[DELTA]
0.59 Sun Sep 5 17:03:52 2010
- U::C::Locale newly supports locales: az, fil, ha, lt, mt, tr, wo, yo.
- precomposites of a-uml, o-uml, and u-uml are tailored as well.
(affected locales: da, et, fi, fo, is, kl, nb, nn, sk, sv)
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 13efb28d40..5788ea7d7f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1505,7 +1505,7 @@ use File::Glob qw(:case); 'Unicode::Collate' => { 'MAINTAINER' => 'sadahiro', - 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.58-withoutworldwriteables.tar.gz', + 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.59-withoutworldwriteables.tar.gz', 'FILES' => q[cpan/Unicode-Collate], # ignore experimental XS version 'EXCLUDED' => [ qr{X$}, |