Add John Peacock as maintainer of version.pm
authorGerard Goossen <gerard@tty.nl>
Thu, 3 May 2007 16:23:58 +0000 (18:23 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 3 May 2007 14:30:49 +0000 (14:30 +0000)
Message-ID: <20070503142358.GE27210@ostwald>

p4raw-id: //depot/perl@31126

Porting/Maintainers.pl

index 621d63e..d887e9e 100644 (file)
@@ -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;