summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-05-10 14:49:37 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-05-10 14:49:37 +0000
commit57cdf522d1c6ea4bfbc0bca140bac9ef15ef047d (patch)
tree7098e0c247ce1766150f46fde5a4dcc3b86e5d5d /Porting
parent031444c208a641407a9c485b4619db54f43e6b7f (diff)
downloadperl-57cdf522d1c6ea4bfbc0bca140bac9ef15ef047d.tar.gz
Update the *::Compress::* modules maintainers information
p4raw-id: //depot/perl@31196
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl23
1 files changed, 22 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 81d87e2ffa..087412bef5 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -144,10 +144,17 @@ package Maintainers;
'CPAN' => 1,
},
+ 'Compress::Raw::Zlib' =>
+ {
+ 'MAINTAINER' => 'pmqs',
+ 'FILES' => q[ext/Compress/Raw],
+ 'CPAN' => 1,
+ },
+
'Compress::Zlib' =>
{
'MAINTAINER' => 'pmqs',
- 'FILES' => q[ext/Compress/Zlib t/lib/ZlibTestUtils.pm],
+ 'FILES' => q[ext/Compress/Zlib],
'CPAN' => 1,
},
@@ -393,6 +400,20 @@ package Maintainers;
'CPAN' => 1,
},
+ 'IO::Compress::Base' =>
+ {
+ 'MAINTAINER' => 'pmqs',
+ 'FILES' => q[ext/IO_Compress_Base],
+ 'CPAN' => 1,
+ },
+
+ 'IO::Compress::Zlib' =>
+ {
+ 'MAINTAINER' => 'pmqs',
+ 'FILES' => q[ext/IO_Compress_Zlib],
+ 'CPAN' => 1,
+ },
+
'IO::Zlib' =>
{
'MAINTAINER' => 'tomhughes',