summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorGerard Goossen <gerard@tty.nl>2007-05-03 18:23:58 +0200
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-05-03 14:30:49 +0000
commitdd0f7162a7fbc454dca3f1a1c117123150d54b79 (patch)
tree011a1e6169ef59fa44665e9d432e357562b1c4dd /Porting
parent2e6d7a116a3d6bbd7342cb732d0433008df076ad (diff)
downloadperl-dd0f7162a7fbc454dca3f1a1c117123150d54b79.tar.gz
Add John Peacock as maintainer of version.pm
Message-ID: <20070503142358.GE27210@ostwald> p4raw-id: //depot/perl@31126
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl9
1 files changed, 8 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 621d63e41c..d887e9e058 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -31,6 +31,7 @@ package Maintainers;
'jand' => 'Jan Dubois <jand@activestate.com>',
'jdhedden' => 'Jerry D. Hedden <jdhedden@cpan.org>',
'jhi' => 'Jarkko Hietaniemi <jhi@cpan.org>',
+ 'jpeacock' => 'John Peacock <jpeacock@rowman.com>',
'jstowe' => 'Jonathan Stowe <jstowe@cpan.org>',
'jv' => 'Johan Vromans <jv@cpan.org>',
'kane' => 'Jos Boumans <kane@cpan.org>',
@@ -835,6 +836,13 @@ package Maintainers;
'CPAN' => 1,
},
+ 'version' =>
+ {
+ 'MAINTAINER' => 'jpeacock',
+ 'FILES' => q[lib/version.pm lib/version.pod lib/version.t],
+ 'CPAN' => 1,
+ },
+
'vms' =>
{
'MAINTAINER' => 'craig',
@@ -877,7 +885,6 @@ package Maintainers;
'FILES' => q[x2p/s2p.PL],
'CPAN' => 0,
},
-
);
1;