diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-01-17 08:22:09 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-01-17 08:22:09 +0000 |
commit | f3a579a01d7baccf0eb81264d29d647210f31ad8 (patch) | |
tree | e3537009784ba1eccc5cdf2f8234672656a241b5 /Porting | |
parent | a52237f3a547cdefddd4c4be6224bfdf67c84263 (diff) | |
download | perl-f3a579a01d7baccf0eb81264d29d647210f31ad8.tar.gz |
Update Maintainers.pl for the recent Unicode-Collate changes
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 81ae52891f..4cb861fd11 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1577,11 +1577,12 @@ use File::Glob qw(:case); 'Unicode::Collate' => { 'MAINTAINER' => 'sadahiro', - 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.68-withoutworldwriteables.tar.gz', + 'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.70-withoutworldwriteables.tar.gz', 'FILES' => q[cpan/Unicode-Collate], - # ignore experimental XS version - 'EXCLUDED' => [ qr{X$}, - qw{disableXS enableXS } + 'EXCLUDED' => [ qr{N$}, + qr{^data/}, + qr{^gendata/}, + qw{disableXS enableXS mklocale}, ], 'UPSTREAM' => 'first-come', }, |