From: Rafael Garcia-Suarez Date: Wed, 1 Apr 2009 08:06:26 +0000 (+0200) Subject: Sadahiro says that "first-come" should be preferred for Unicode::Normalize and Unicod... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80c061e3d2ef2b3ba47691abe894c476aa873ea3;p=p5sagit%2Fp5-mst-13.2.git Sadahiro says that "first-come" should be preferred for Unicode::Normalize and Unicode::Collate --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 2d95035..cbab401 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1138,7 +1138,7 @@ package Maintainers; 'FILES' => q[lib/Unicode/Collate.pm lib/Unicode/Collate], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'first-come', }, 'Unicode::Normalize' => @@ -1146,7 +1146,7 @@ package Maintainers; 'MAINTAINER' => 'sadahiro', 'FILES' => q[ext/Unicode-Normalize], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'first-come', }, 'version' =>