Change 34793 by [EMAIL PROTECTED] on 2008/11/10 15:33:13
Integrate:
[ 34760]
lib/Test/Tutorial.pod is part of Test-Simple
[ 34792]
Subject: [PATCH] Update Maintainers.pl
From: Steffen Mueller <[EMAIL PROTECTED]>
Date: Mon, 10 Nov 2008 09:41:40 +0100
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/maint-5.10/perl/Porting/Maintainers.pl#18 integrate
Differences ...
==== //depot/maint-5.10/perl/Porting/Maintainers.pl#18 (text) ====
Index: perl/Porting/Maintainers.pl
--- perl/Porting/Maintainers.pl#17~34748~ 2008-11-06 03:42:55.000000000
-0800
+++ perl/Porting/Maintainers.pl 2008-11-10 07:33:13.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',
@@ -890,7 +905,7 @@
'MAINTAINER' => 'mschwern',
'FILES' => q[lib/Test/Simple.pm lib/Test/Simple
lib/Test/Builder.pm lib/Test/Builder
- lib/Test/More.pm
+ lib/Test/More.pm lib/Test/Tutorial.pod
t/lib/Test/Simple],
'CPAN' => 1,
},
End of Patch.