summaryrefslogtreecommitdiff
path: root/cpan/Unicode-Collate/t/version.t
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2012-03-05 19:07:56 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2012-03-05 19:07:56 +0000
commite401984fe8d9b03f682c2922ed58e4fad16d4940 (patch)
treef19fb0b503fabc78f48687db2be3b83baecd9305 /cpan/Unicode-Collate/t/version.t
parentc85e9b4c9684bc896847f5a80e9e91b478c2fc59 (diff)
downloadperl-smoke-me/unicode-collate.tar.gz
Update Unicode-Collate to CPAN version 0.88smoke-me/unicode-collate
[DELTA] 0.88 Mon Mar 5 21:56:13 2012 - DUCET is updated (for Unicode 6.1.0) as Collate/allkeys.txt. ! Please notice that allkeys.txt will be overwritten if you have had other allkeys.txt already. - U+9FCC is a new CJK unified ideograph. - The default UCA_Version is 24. - Locale/*.pl (except fr.pl) and CJK/Korean.pm are updated. - modified tests: cjkrange.t, compatui.t, hangtype.t, loc_cjkc.t, loc_es.t, loc_estr.t, overcjk0.t, overcjk1.t, version.t in t.
Diffstat (limited to 'cpan/Unicode-Collate/t/version.t')
-rw-r--r--cpan/Unicode-Collate/t/version.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Unicode-Collate/t/version.t b/cpan/Unicode-Collate/t/version.t
index d145e45f60..ac5788d9bc 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 = "22";
-my $Base_Unicode_Version = "6.0.0";
+my $UCA_Version = "24";
+my $Base_Unicode_Version = "6.1.0";
my $Key_Version = "3.1.1";
ok(Unicode::Collate::UCA_Version, $UCA_Version);