Change 34792 by rgs@scipion on 2008/11/10 14:23:26
Subject: [PATCH] Update Maintainers.pl
From: Steffen Mueller <wyp3rlx02@sneakemail.com>
Date: Mon, 10 Nov 2008 09:41:40 +0100
Message-ID: <20081110084141.12299.qmail@lists.develooper.com>
Affected files ...
... //depot/perl/Porting/Maintainers.pl#123 edit
Differences ...
==== //depot/perl/Porting/Maintainers.pl#123 (text) ====
Index: perl/Porting/Maintainers.pl
--- perl/Porting/Maintainers.pl#122~34760~ 2008-11-07 01:29:42.000000000 -0800
+++ perl/Porting/Maintainers.pl 2008-11-10 06:23:26.000000000 -0800
@@ -115,7 +115,7 @@
'MAINTAINER' => 'rgarcia',
'FILES' => q[lib/Attribute/Handlers.pm
lib/Attribute/Handlers],
- 'CPAN' => 0,
+ 'CPAN' => 1,
},
'B::Concise' =>
@@ -408,6 +408,13 @@
'CPAN' => 1,
},
+ 'Filter::Simple' =>
+ {
+ 'MAINTAINER' => 'smueller',
+ 'FILES' => q[lib/Filter/Simple.pm lib/Filter/Simple],
+ 'CPAN' => 1,
+ },
+
'Filter::Util::Call' =>
{
'MAINTAINER' => 'pmqs',
@@ -472,6 +479,14 @@
'CPAN' => 1,
},
+ 'lib' =>
+ {
+ 'MAINTAINER' => 'smueller',
+ 'FILES' =>
+ q[lib/lib_pm.PL lib/lib.t],
+ 'CPAN' => 1,
+ },
+
'libnet' =>
{
'MAINTAINER' => 'gbarr',
End of Patch.