diff options
Diffstat (limited to 'lib/Unicode')
-rw-r--r-- | lib/Unicode/UCD.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Unicode/UCD.t b/lib/Unicode/UCD.t index e070defbea..8f932126c7 100644 --- a/lib/Unicode/UCD.t +++ b/lib/Unicode/UCD.t @@ -343,7 +343,7 @@ is($bt->{AL}, 'Right-to-Left Arabic', 'AL is Right-to-Left Arabic'); # If this fails, then maybe one should look at the Unicode changes to see # what else might need to be updated. -is(Unicode::UCD::UnicodeVersion, '6.2.0', 'UnicodeVersion'); +is(Unicode::UCD::UnicodeVersion, '6.1.0', 'UnicodeVersion'); use Unicode::UCD qw(compexcl); |