diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-23 19:12:21 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-23 19:14:22 +0000 |
commit | 68adb2b0c592afeb71b5a6a4f15af308d54a0db4 (patch) | |
tree | efad211919b5983309ef8c9beff5be20d6eea0cb /Porting | |
parent | 0f8e99e6b6437e33cba24699aefea8b17ce0bfc6 (diff) | |
download | perl-68adb2b0c592afeb71b5a6a4f15af308d54a0db4.tar.gz |
Update Unicode-Collate to CPAN version 0.68
[DELTA]
0.68 Tue Nov 23 20:17:22 2010
- doc: clarified about (backwards => [ ]) and (backwards => undef).
- separated t/backwds.t from t/test.t.
- added cjk_b5.t, cjk_gb.t, cjk_ja.t, cjk_ko.t, cjk_py.t, cjk_st.t in t
for CJK/*.pm without Locale.pm.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index fa6a8bf507..44be8874ae 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1485,7 +1485,7 @@ use File::Glob qw(:case); 'Unicode::Collate' => { 'MAINTAINER' => 'sadahiro', - 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.67-withoutworldwriteables.tar.gz', + 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.68-withoutworldwriteables.tar.gz', 'FILES' => q[cpan/Unicode-Collate], # ignore experimental XS version 'EXCLUDED' => [ qr{X$}, |