summaryrefslogtreecommitdiff
path: root/Porting/Maintainers.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Porting/Maintainers.pl')
-rw-r--r--Porting/Maintainers.pl7
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',