summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xPorting/Maintainers.pl9
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',
},