This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module-CoreList maintainer and sync version with CPAN
[perl5.git] / Porting / Maintainers.pl
index 5cd4eeb..279bbb9 100755 (executable)
@@ -76,6 +76,7 @@ use File::Glob qw(:case);
     'sadahiro' => 'SADAHIRO Tomoyuki <SADAHIRO@cpan.org>',
     'salva'    => 'Salvador Fandiño García <salva@cpan.org>',
     'saper'    => 'Sébastien Aperghis-Tramoni <saper@cpan.org>',
+    'sartak'   => 'Shawn M Moore <sartak@gmail.com>',
     'sbeck'     => 'Sullivan Beck <sbeck@cpan.org>',
     'sburke'   => 'Sean Burke <sburke@cpan.org>',
     'mschwern' => 'Michael Schwern <mschwern@cpan.org>',
@@ -333,7 +334,7 @@ use File::Glob qw(:case);
     'bignum' =>
        {
        'MAINTAINER'    => 'rafl',
-       'DISTRIBUTION'  => 'FLORA/bignum-0.25.tar.gz',
+       'DISTRIBUTION'  => 'FLORA/bignum-0.28.tar.gz',
        'FILES'         => q[dist/bignum],
        'EXCLUDED'      => [ qr{^inc/Module/}, qw(t/pod.t t/pod_cov.t) ],
        'UPSTREAM'      => 'blead',
@@ -458,7 +459,7 @@ use File::Glob qw(:case);
     'CPANPLUS' =>
        {
        'MAINTAINER'    => 'kane',
-       'DISTRIBUTION'  => 'BINGOS/CPANPLUS-0.9106.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/CPANPLUS-0.9108.tar.gz',
        'FILES'         => q[cpan/CPANPLUS],
        'EXCLUDED'      => [ qr{^inc/},
                             qr{^t/dummy-.*\.hidden$},
@@ -469,7 +470,7 @@ use File::Glob qw(:case);
                                 t/031_CPANPLUS-Internals-Source-SQLite.t
                                 t/032_CPANPLUS-Internals-Source-via-sqlite.t
                               },
-                             qw{ Makefile.PL },
+           qw{ Makefile.PL },
                           ],
        'CUSTOMIZED'    => [ qw{ Makefile.PL } ],
        'UPSTREAM'      => 'cpan',
@@ -978,7 +979,7 @@ use File::Glob qw(:case);
     'HTTP::Tiny' =>
        {
        'MAINTAINER'    => 'dagolden',
-       'DISTRIBUTION'  => 'DAGOLDEN/HTTP-Tiny-0.012.tar.gz',
+       'DISTRIBUTION'  => 'DAGOLDEN/HTTP-Tiny-0.013.tar.gz',
        'FILES'         => q[cpan/HTTP-Tiny],
        'EXCLUDED'      => [
                                't/200_live.t',
@@ -1170,7 +1171,7 @@ use File::Glob qw(:case);
     'Math::BigInt::FastCalc' =>
        {
        'MAINTAINER'    => 'rafl',
-       'DISTRIBUTION'  => 'PJACKLAM/Math-BigInt-FastCalc-0.28.tar.gz',
+       'DISTRIBUTION'  => 'FLORA/Math-BigInt-FastCalc-0.29.tar.gz',
        'FILES'         => q[dist/Math-BigInt-FastCalc],
        'EXCLUDED'      => [ qr{^inc/},
                             qw{
@@ -1193,7 +1194,7 @@ use File::Glob qw(:case);
     'Math::BigRat' =>
        {
        'MAINTAINER'    => 'rafl',
-       'DISTRIBUTION'  => 'FLORA/Math-BigRat-0.26.tar.gz',
+       'DISTRIBUTION'  => 'PJACKLAM/Math-BigRat-0.2602.tar.gz',
        'FILES'         => q[dist/Math-BigRat],
        'EXCLUDED'      => [ qr{^inc/},
                             qw{
@@ -1244,7 +1245,7 @@ use File::Glob qw(:case);
     'Module::Build' =>
        {
        'MAINTAINER'    => 'kwilliams',
-       'DISTRIBUTION'  => 'DAGOLDEN/Module-Build-0.3800.tar.gz',
+       'DISTRIBUTION'  => 'DAGOLDEN/Module-Build-0.39_01.tar.gz',
        'FILES'         => q[cpan/Module-Build],
        'EXCLUDED'      => [
                qw{ t/par.t t/signature.t },
@@ -1258,8 +1259,8 @@ use File::Glob qw(:case);
 
     'Module::CoreList' =>
        {
-       'MAINTAINER'    => 'rgarcia',
-       'DISTRIBUTION'  => 'BINGOS/Module-CoreList-2.52.tar.gz',
+       'MAINTAINER'    => 'bingos',
+       'DISTRIBUTION'  => 'BINGOS/Module-CoreList-2.54.tar.gz',
        'FILES'         => q[dist/Module-CoreList],
        'UPSTREAM'      => 'blead',
        },
@@ -1413,6 +1414,13 @@ use File::Glob qw(:case);
        # directory.
        },
 
+    'perldtrace' =>
+       {
+       'MAINTAINER'    => 'sartak',
+       'FILES'         => q[pod/perldtrace.pod],
+       'UPSTREAM'      => 'blead',
+       },
+
     'perlebcdic' =>
        {
        'MAINTAINER'    => 'pvhp',
@@ -1560,14 +1568,8 @@ use File::Glob qw(:case);
     'Pod::Simple' =>
        {
        'MAINTAINER'    => 'arandal',
-       'DISTRIBUTION'  => 'DWHEELER/Pod-Simple-3.16.tar.gz',
+       'DISTRIBUTION'  => 'DWHEELER/Pod-Simple-3.18.tar.gz',
        'FILES'         => q[cpan/Pod-Simple],
-       # XXX these two files correspond to similar ones in blead under
-       # pod/, but the blead ones have newer changes, and also seem to
-       # have been in blead a long time. I'm going to assume then that
-       # the blead versions of these two files are authoritative - DAPM
-  # Now been removed from Pod-Simple-3.15 commenting this out - bingos
-       #'EXCLUDED'     => [ qw( lib/perlpod.pod lib/perlpodspec.pod ) ],
        'UPSTREAM'      => 'cpan',
        },
 
@@ -1636,6 +1638,14 @@ use File::Glob qw(:case);
        'UPSTREAM'      => 'blead',
        },
 
+    'Search::Dict' =>
+       {
+       'MAINTAINER'    => 'p5p',
+       'DISTRIBUTION'  => 'FLORA/Search-Dict-1.03.tar.gz',
+       'FILES'         => q[dist/Search-Dict],
+       'UPSTREAM'      => 'blead',
+       },
+
     'SelfLoader' =>
        {
        'MAINTAINER'    => 'smueller',
@@ -1698,7 +1708,7 @@ use File::Glob qw(:case);
     'Term::ANSIColor' =>
        {
        'MAINTAINER'    => 'rra',
-       'DISTRIBUTION'  => 'RRA/ANSIColor-3.00.tar.gz',
+       'DISTRIBUTION'  => 'RRA/ANSIColor-3.01.tar.gz',
        'FILES'         => q[cpan/Term-ANSIColor],
        'EXCLUDED'      => [ qr{^tests/}, qw(t/pod-spelling.t t/pod.t) ],
        'UPSTREAM'      => 'cpan',
@@ -1712,6 +1722,14 @@ use File::Glob qw(:case);
        'UPSTREAM'      => undef,
        },
 
+    'Term::Complete' =>
+       {
+       'MAINTAINER'    => 'p5p',
+       'DISTRIBUTION'  => 'FLORA/Term-Complete-1.402.tar.gz',
+       'FILES'         => q[dist/Term-Complete],
+       'UPSTREAM'      => 'blead',
+       },
+
     'Term::ReadLine' =>
        {
        'MAINTAINER'    => 'p5p',
@@ -2124,10 +2142,8 @@ use File::Glob qw(:case);
                                lib/Pod/t/Usage.t
                                lib/Pod/t/eol.t
                                lib/Pod/t/utils.t
-                               lib/Search/Dict.{pm,t}
                                lib/SelectSaver.{pm,t}
                                lib/Symbol.{pm,t}
-                               lib/Term/Complete.{pm,t}
                                lib/Thread.{pm,t}
                                lib/Tie/Array.pm
                                lib/Tie/Array/