From 74b94a79da3a5a6700b91b616c7c8aba3f0df380 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Sun, 27 Jun 2010 20:06:30 +0100 Subject: 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. --- cpan/Unicode-Collate/t/version.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpan/Unicode-Collate/t/version.t') 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); -- cgit v1.2.1