diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-08-02 14:56:01 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-08-02 14:57:09 +0100 |
commit | 00e0035119fd95eab851b6b1d1ef1ee164487e07 (patch) | |
tree | c45cbe5e8d622bf55116f6a69d92a87660d41460 /cpan/Unicode-Collate/t/illegalp.t | |
parent | ade9cf977f7d471077ecd475f145b736b50e9b52 (diff) | |
download | perl-00e0035119fd95eab851b6b1d1ef1ee164487e07.tar.gz |
Updated Unic0de-Collate to CPAN version 0.55
[DELTA]
0.55 Sun Aug 1 21:21:23 2010
- incorporated Unicode::Collate::Locale with some changes.
(see http://www.xray.mpe.mpg.de/mailing-lists/perl-unicode/2004-03/msg00030.html)
! added t/locale*.t that uses DUCET.
0.54 Sun Jul 25 21:37:04 2010
- Now UCA Revision 20 (based on Unicode 5.2.0).
- DUCET is also updated (for Unicode 5.2.0) as Collate/allkeys.txt,
which *is required* to test this module.
! Please notice that allkeys.txt will be overwritten if you have had
other allkeys.txt already.
- U+9FC4..U+9FCB and U+2A700..U+2B734 are new CJK Unified Ideographs.
- Many hangul jamo are assigned (affecting hangul_terminator).
! DUCET will be compiled when XS is used. Explicit saying
<table => 'allkeys.txt'> (or using another table) will prevent
this module using the compiled DUCET.
! added t/default.t that uses DUCET.
Diffstat (limited to 'cpan/Unicode-Collate/t/illegalp.t')
-rw-r--r-- | cpan/Unicode-Collate/t/illegalp.t | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpan/Unicode-Collate/t/illegalp.t b/cpan/Unicode-Collate/t/illegalp.t index ff1936d353..2fb7aece50 100644 --- a/cpan/Unicode-Collate/t/illegalp.t +++ b/cpan/Unicode-Collate/t/illegalp.t @@ -5,10 +5,6 @@ BEGIN { "cannot stringify a Unicode code point\n"; exit 0; } - if ($ENV{PERL_CORE}) { - chdir('t') if -d 't'; - @INC = $^O eq 'MacOS' ? qw(::lib) : qw(../lib); - } } use Test; |