B::Lint is dual-lived (revised)
Jerry D. Hedden [Thu, 18 Oct 2007 09:45:41 +0000 (05:45 -0400)]
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510710180645x115a7949vaea7b45dd2dc3139@mail.gmail.com>

p4raw-id: //depot/perl@32131

Porting/Maintainers.pl

index ebdb8fd..c272260 100644 (file)
@@ -34,6 +34,7 @@ package Maintainers;
        'jand'          => 'Jan Dubois <jand@activestate.com>',
        'jdhedden'      => 'Jerry D. Hedden <jdhedden@cpan.org>',
        'jhi'           => 'Jarkko Hietaniemi <jhi@cpan.org>',
+       'jjore'         => 'Joshua ben Jore <jjore@cpan.org>',
        'jpeacock'      => 'John Peacock <jpeacock@rowman.com>',
        'jstowe'        => 'Jonathan Stowe <jstowe@cpan.org>',
        'jv'            => 'Johan Vromans <jv@cpan.org>',
@@ -126,6 +127,14 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
+       'B::Lint' =>
+               {
+               'MAINTAINER'    => 'jjore',
+               'FILES'         => q[ext/B/B/Lint.pm ext/B/t/lint.t
+                                    ext/B/t/pluglib/B/Lint/Plugin/Test.pm],
+               'CPAN'          => 1,
+               },
+
        'base' =>
                {
                'MAINTAINER'    => 'rgarcia',