From: Rafael Garcia-Suarez Date: Tue, 14 Jun 2005 12:12:33 +0000 (+0000) Subject: Add IO::Zlib in maintainers list X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d2a04c2910b194237a3b3a130eb05fcd07c8f9d6;p=p5sagit%2Fp5-mst-13.2.git Add IO::Zlib in maintainers list p4raw-id: //depot/perl@24835 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 6db3c34..feec5a8 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -53,6 +53,7 @@ package Maintainers; 'mschwern' => 'Michael Schwern ', 'smccam' => 'Stephen McCamant ', 'tels' => 'perl_dummy a-t bloodgate.com', + 'tomhughes' => 'Tom Hughes ', 'tjenness' => 'Tim Jenness ' ); @@ -276,6 +277,13 @@ package Maintainers; 'CPAN' => 0, }, + 'IO::Zlib' => + { + 'MAINTAINER' => 'tomhughes', + 'FILES' => q[lib/IO/Zlib.pm lib/IO/Zlib], + 'CPAN' => 1, + }, + 'libnet' => { 'MAINTAINER' => 'gbarr',