diff options
Diffstat (limited to 'Porting/Maintainers.pl')
-rw-r--r-- | Porting/Maintainers.pl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index af6442b9b6..6db3c34911 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -98,6 +98,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Compress::Zlib' => + { + 'MAINTAINER' => 'pmqs', + 'FILES' => q[ext/Compress/Zlib], + 'CPAN' => 1, + }, + 'CGI' => { 'MAINTAINER' => 'lstein', |