diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-08-09 14:50:39 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-08-09 14:56:57 +0100 |
commit | 456a14466223069969e460f6708b6dfbf05a65e4 (patch) | |
tree | f861b43cfc19a3cb6b36b1267302cfa14b4c85a1 /cpan/Unicode-Collate/t/override.t | |
parent | 45f6403b40da58011eab17ad0159b353c7d92509 (diff) | |
download | perl-456a14466223069969e460f6708b6dfbf05a65e4.tar.gz |
Update Unicode-Collate to CPAN version 0.56
[DELTA]
0.56 Sun Aug 8 20:24:03 2010
- Unicode::Collate::Locale newly supports locales: eo, nb, ro, sv.
! renamed t/locale_{xy}.t to t/loc_{xy}.t (for safer 8.3 names)
Diffstat (limited to 'cpan/Unicode-Collate/t/override.t')
-rw-r--r-- | cpan/Unicode-Collate/t/override.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpan/Unicode-Collate/t/override.t b/cpan/Unicode-Collate/t/override.t index ca2895b24f..0149f16f1f 100644 --- a/cpan/Unicode-Collate/t/override.t +++ b/cpan/Unicode-Collate/t/override.t @@ -4,6 +4,10 @@ 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; |