From: Jesse Vincent Date: Thu, 13 Aug 2009 12:38:40 +0000 (-0400) Subject: Updated Maintainers.pl to note that p5p/blead is responsible for IO X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac1205a52f8c8d3918a061b6c2a9efbed8d96b15;p=p5sagit%2Fp5-mst-13.2.git Updated Maintainers.pl to note that p5p/blead is responsible for IO (source: off-list mail from graham: ) --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index df21f7b..257f2ec 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -893,12 +893,12 @@ package Maintainers; 'IO' => { - 'MAINTAINER' => 'gbarr', + 'MAINTAINER' => 'p5p', 'DISTRIBUTION' => 'GBARR/IO-1.25.tar.gz', 'FILES' => q[ext/IO/], 'EXCLUDED' => [ qw{t/test.pl}, ], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'IO-Compress' =>