diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-08-18 10:01:07 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-08-26 12:28:27 -0600 |
commit | 1a3f15c1f8f8d549d5992066e6568e736cea218d (patch) | |
tree | 072d3560a5fe8377ceebfdbbd2f55877bde65694 /lib/Unicode | |
parent | a3d517785b3dcac4f3f7aa5c85386a1a8074f46d (diff) | |
download | perl-1a3f15c1f8f8d549d5992066e6568e736cea218d.tar.gz |
Revert "Experimentally Use Unicode 6.2 beta"
This reverts commit 5435c3759c4567a1bb51384f6641c04822ec6391.
A new beta has been released, and so we should use that instead.
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); |