diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-10-02 19:36:35 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-10-02 19:36:35 +0100 |
commit | bd65daabad8a8b02a5d670456ceb2ca31f9d26cd (patch) | |
tree | 6d30b6e06e393e3fd587c55c259aea45a77cf631 /Porting | |
parent | a2fa999d41c94d622051667d897fedca90be1828 (diff) | |
download | perl-bd65daabad8a8b02a5d670456ceb2ca31f9d26cd.tar.gz |
Update Unicode-Collate to CPAN version 0.79
[DELTA]
0.79 Sun Oct 2 20:31:01 2011
- pod: [rt.cpan.org #70241] Fix minor grammar error in manpage
by Harlan Lieberman-Berg.
- 'suppress' no longer affects contractions via 'entry'.
- U::C::Locale newly supports locales: as, fi__phonebook, gu.
- added loc_as.t, loc_fiph.t, loc_gu in t.
- updated some locales to CLDR 2.0 : ar, be, bg.
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 b4c8211698..d0dfd8a225 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.78.tar.gz', + 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.79.tar.gz', 'FILES' => q[cpan/Unicode-Collate], 'EXCLUDED' => [ qr{N$}, qr{^data/}, |