summaryrefslogtreecommitdiff
path: root/cpan/Unicode-Collate/t/view.t
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-11-10 11:09:07 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-11-10 11:09:07 +0000
commit8c1c815e4165396cc6aa6c9c18de1f0e2cbeecf1 (patch)
treedcefdacf2f83092394c99ef2ebce6868d1881799 /cpan/Unicode-Collate/t/view.t
parentaff26e98cc0d960141a257e961234949344b055b (diff)
downloadperl-8c1c815e4165396cc6aa6c9c18de1f0e2cbeecf1.tar.gz
Update Unicode-Collate to CPAN version 1.02
[DELTA] 1.02 Sun Nov 10 18:39:37 2013 - POD: fix [rt.cpan.org #90170] about iso-8859-1 letters in pod. E<> is used for the compatibility with perl 5.6.1 and possibly EBCDIC. - 1.01 forgot to increase the version number of CJK/Korean.pm. - modified tests: cjkrange.t, compatui.t, hangtype.t, illegal.t, loc_ja.t, loc_ta.t, overcjk0.t, overcjk1.t, view.t in t.
Diffstat (limited to 'cpan/Unicode-Collate/t/view.t')
-rw-r--r--cpan/Unicode-Collate/t/view.t6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpan/Unicode-Collate/t/view.t b/cpan/Unicode-Collate/t/view.t
index bf5c1137bc..381d4c5456 100644
--- a/cpan/Unicode-Collate/t/view.t
+++ b/cpan/Unicode-Collate/t/view.t
@@ -16,7 +16,7 @@ BEGIN {
use strict;
use warnings;
-BEGIN { $| = 1; print "1..89\n"; }
+BEGIN { $| = 1; print "1..93\n"; } # 53 + 4 x @Versions
my $count = 0;
sub ok ($;$) {
my $p = my $r = shift;
@@ -245,7 +245,7 @@ ok($el->viewSortKey("L\x{FF2C}\x{216C}\x{2112}\x{24C1}"),
##### 53
-my @Versions = (9, 11, 14, 16, 18, 20, 22, 24, 26);
+my @Versions = (9, 11, 14, 16, 18, 20, 22, 24, 26, 28);
for my $v (@Versions) {
$Collator->change(UCA_Version => $v);
@@ -268,5 +268,3 @@ for my $v (@Versions) {
'[0A0C 0A0D | 0020 0020 | 0002 0002 |]');
}
-##### 89
-