Update Maintainers.pl for the recent Unicode-Collate changes
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 17 Jan 2011 08:22:09 +0000 (08:22 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 17 Jan 2011 08:22:09 +0000 (08:22 +0000)
Porting/Maintainers.pl

index 81ae528..4cb861f 100755 (executable)
@@ -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',
        },