diff options
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Maintainers.pl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 6db3c34911..feec5a82e9 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -53,6 +53,7 @@ package Maintainers; 'mschwern' => 'Michael Schwern <mschwern@cpan.org>', 'smccam' => 'Stephen McCamant <smccam@cpan.org>', 'tels' => 'perl_dummy a-t bloodgate.com', + 'tomhughes' => 'Tom Hughes <tomhughes@cpan.org>', 'tjenness' => 'Tim Jenness <tjenness@cpan.org>' ); @@ -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', |