diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-06-27 20:06:30 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-06-27 20:06:30 +0100 |
commit | 74b94a79da3a5a6700b91b616c7c8aba3f0df380 (patch) | |
tree | fc1352e1778ad9b92295c1fa52ad1c329d02f1b2 /cpan/Unicode-Collate/t/version.t | |
parent | a96160d631b54897af2f2540335c2ca854dcea68 (diff) | |
download | perl-74b94a79da3a5a6700b91b616c7c8aba3f0df380.tar.gz |
Update Unicodee-Collate to CPAN version 0.53
[DELTA]
0.53 Sun Feb 14 20:46:27 2010
- Now UCA Revision 18 (based on Unicode 5.1.0).
- DUCET is also upgrated (for Unicode 5.1.0) as Collate/allkeys.txt,
which is not required to test this module.
! Please notice that allkeys.txt will be overwritten if you have had
other allkeys.txt already.
- U+9FBC..U+9FC3 are new CJK Unified Ideographs.
Diffstat (limited to 'cpan/Unicode-Collate/t/version.t')
-rw-r--r-- | cpan/Unicode-Collate/t/version.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Unicode-Collate/t/version.t b/cpan/Unicode-Collate/t/version.t index 17adf539ca..baaee01d6d 100644 --- a/cpan/Unicode-Collate/t/version.t +++ b/cpan/Unicode-Collate/t/version.t @@ -23,8 +23,8 @@ ok(1); ######################### # Fix me when UCA and/or keys.txt is upgraded. -my $UCA_Version = "14"; -my $Base_Unicode_Version = "4.1.0"; +my $UCA_Version = "18"; +my $Base_Unicode_Version = "5.1.0"; my $Key_Version = "3.1.1"; ok(Unicode::Collate::UCA_Version, $UCA_Version); |