diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-10-23 20:08:59 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-10-23 20:08:59 +0100 |
commit | a47fb3fe38908e128b5862faaa5d3e073107b699 (patch) | |
tree | 6ecd6f8c6fcb6672ca6f9bbadd64dd8be0b63d74 /Porting | |
parent | 6f8c21fa7422855ef46377a32205309a82dfd53f (diff) | |
download | perl-a47fb3fe38908e128b5862faaa5d3e073107b699.tar.gz |
Update Unicode-Collate to CPAN version 0.81
[DELTA]
0.81 Sun Oct 23 21:32:36 2011
- U::C::Locale newly supports locales: ml, mr, or, pa.
- added loc_ml.t, loc_mr.t, loc_or.t, loc_pa.t in t.
- updated some locales to CLDR 2.0 : mk, mt, nb, nn, ro, ru.
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 4f97e2ac4d..ff4bb1b3f2 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1970,7 +1970,7 @@ use File::Glob qw(:case); 'Unicode::Collate' => { 'MAINTAINER' => 'sadahiro', - 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.80.tar.gz', + 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.81.tar.gz', 'FILES' => q[cpan/Unicode-Collate], 'EXCLUDED' => [ qr{N$}, qr{^data/}, |