Front page | perl.perl5.changes |
Postings from November 2008
Change 34796: Integrate:
From:
Nicholas Clark
Date:
November 10, 2008 09:30
Subject:
Change 34796: Integrate:
Change 34796 by nicholas@nicholas-plum on 2008/11/10 17:22:15
Integrate:
[ 34793]
Integrate:
[ 34760]
lib/Test/Tutorial.pod is part of Test-Simple
[ 34792]
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/maint-5.8/perl/Porting/Maintainers.pl#47 integrate
Differences ...
==== //depot/maint-5.8/perl/Porting/Maintainers.pl#47 (text) ====
Index: perl/Porting/Maintainers.pl
--- perl/Porting/Maintainers.pl#46~34701~ 2008-11-03 02:35:59.000000000 -0800
+++ perl/Porting/Maintainers.pl 2008-11-10 09:22:15.000000000 -0800
@@ -111,7 +111,7 @@
'MAINTAINER' => 'rgarcia',
'FILES' => q[lib/Attribute/Handlers.pm
lib/Attribute/Handlers],
- 'CPAN' => 0,
+ 'CPAN' => 1,
},
'B::Concise' =>
@@ -354,6 +354,13 @@
'CPAN' => 1,
},
+ 'Filter::Simple' =>
+ {
+ 'MAINTAINER' => 'smueller',
+ 'FILES' => q[lib/Filter/Simple.pm lib/Filter/Simple],
+ 'CPAN' => 1,
+ },
+
'Filter::Util::Call' =>
{
'MAINTAINER' => 'pmqs',
@@ -404,6 +411,14 @@
'CPAN' => 1,
},
+ 'lib' =>
+ {
+ 'MAINTAINER' => 'smueller',
+ 'FILES' =>
+ q[lib/lib_pm.PL lib/lib.t],
+ 'CPAN' => 1,
+ },
+
'libnet' =>
{
'MAINTAINER' => 'gbarr',
@@ -782,7 +797,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.
-
Change 34796: Integrate:
by Nicholas Clark