summaryrefslogtreecommitdiff
path: root/cpan/Unicode-Collate/t/view.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Unicode-Collate/t/view.t')
-rw-r--r--cpan/Unicode-Collate/t/view.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Unicode-Collate/t/view.t b/cpan/Unicode-Collate/t/view.t
index 91da5968bd..0cbbba0259 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..106\n"; } # 62 + 4 x @Versions
+BEGIN { $| = 1; print "1..110\n"; } # 62 + 4 x @Versions
my $count = 0;
sub ok ($;$) {
my $p = my $r = shift;
@@ -268,7 +268,7 @@ ok($el->viewSortKey("L\x{FF2C}\x{216C}\x{2112}\x{24C1}"),
##### 62
-my @Versions = (9, 11, 14, 16, 18, 20, 22, 24, 26, 28, 30);
+my @Versions = (9, 11, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32);
for my $v (@Versions) {
$Collator->change(UCA_Version => $v);