diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-10-31 11:46:43 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-10-31 11:49:38 +0000 |
commit | 539ce3d8bf55f28e723b05e57a09f1390d907dc5 (patch) | |
tree | 7b1bce9b2d404e326016273f7bee0fe28c8d6cd4 /Porting | |
parent | 2edf0c1d7c8463013718ef8587d0a8e1a0c22128 (diff) | |
download | perl-539ce3d8bf55f28e723b05e57a09f1390d907dc5.tar.gz |
Update Unicode-Collate to CPAN version 0.64
[DELTA]
0.64 Sun Oct 31 14:17:29 2010
- U::C::Locale newly supports locale: ja.
- added Unicode::Collate::CJK::JISX0208 for ja.
- a subroutine specified in 'overrideCJK' or 'overrideHangul' is allowed
to return an integer or undef value.
- fix: Ideographs Ext.A are assigned since UCA Version 9 (Unicode 3.1).
This fix should affect only the case of (UCA_Version => 8).
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 f69fb42e85..080d3cfe2f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1488,7 +1488,7 @@ use File::Glob qw(:case); 'Unicode::Collate' => { 'MAINTAINER' => 'sadahiro', - 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.63-withoutworldwriteables.tar.gz', + 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.64-withoutworldwriteables.tar.gz', 'FILES' => q[cpan/Unicode-Collate], # ignore experimental XS version 'EXCLUDED' => [ qr{X$}, |