This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[PATCH] Upgrade to threads 1.82
[perl5.git] / Porting / Maintainers.pl
index 0b2fff0..9f06276 100755 (executable)
@@ -196,7 +196,7 @@ use File::Glob qw(:case);
     'Archive::Tar' =>
        {
        'MAINTAINER'    => 'kane',
-       'DISTRIBUTION'  => 'BINGOS/Archive-Tar-1.68.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/Archive-Tar-1.74.tar.gz',
        'FILES'         => q[cpan/Archive-Tar],
        'EXCLUDED'      => [ qw(Makefile.PL) ],
        'UPSTREAM'      => 'cpan',
@@ -241,12 +241,20 @@ use File::Glob qw(:case);
     'AutoLoader' =>
        {
        'MAINTAINER'    => 'smueller',
-       'DISTRIBUTION'  => 'SMUELLER/AutoLoader-5.70.tar.gz',
+       'DISTRIBUTION'  => 'SMUELLER/AutoLoader-5.71.tar.gz',
        'FILES'         => q[cpan/AutoLoader],
        'EXCLUDED'      => [ qw( t/00pod.t ) ],
        'UPSTREAM'      => 'cpan',
        },
 
+    'autouse' =>
+       {
+       'MAINTAINER'    => 'p5p',
+       'DISTRIBUTION'  => 'FLORA/autouse-1.06.tar.gz',
+       'FILES'         => q[dist/autouse],
+       'UPSTREAM'      => 'blead',
+       },
+
     'B::Concise' =>
        {
        'MAINTAINER'    => 'smccam',
@@ -299,7 +307,7 @@ use File::Glob qw(:case);
     'CGI' =>
        {
        'MAINTAINER'    => 'lstein',
-       'DISTRIBUTION'  => 'LDS/CGI.pm-3.49.tar.gz',
+       'DISTRIBUTION'  => 'LDS/CGI.pm-3.50.tar.gz',
        'FILES'         => q[cpan/CGI],
        'EXCLUDED'      => [ qr{^t/lib/Test},
                                qw( cgi-lib_porting.html
@@ -453,6 +461,14 @@ use File::Glob qw(:case);
        'UPSTREAM'      => undef,
        },
 
+    'Devel::SelfStubber' =>
+       {
+       'MAINTAINER'    => 'p5p',
+       'DISTRIBUTION'  => 'FLORA/Devel-SelfStubber-1.05.tar.gz',
+       'FILES'         => q[dist/Devel-SelfStubber],
+       'UPSTREAM'      => 'blead',
+       },
+
     'Devel::PPPort' =>
        {
        'MAINTAINER'    => 'mhx',
@@ -483,18 +499,26 @@ use File::Glob qw(:case);
     'Digest::SHA' =>
        {
        'MAINTAINER'    => 'mshelor',
-       'DISTRIBUTION'  => 'MSHELOR/Digest-SHA-5.48.tar.gz',
+       'DISTRIBUTION'  => 'MSHELOR/Digest-SHA-5.50.tar.gz',
        'FILES'         => q[cpan/Digest-SHA],
        'EXCLUDED'      => [ qw{t/pod.t t/podcover.t examples/dups} ],
        'UPSTREAM'      => 'cpan',
        },
 
+    'Dumpvalue' =>
+       {
+       'MAINTAINER'    => 'p5p',
+       'DISTRIBUTION'  => 'FLORA/Dumpvalue-1.15.tar.gz',
+       'FILES'         => q[dist/Dumpvalue],
+       'UPSTREAM'      => 'blead',
+       },
+
     'Encode' =>
        {
        'MAINTAINER'    => 'dankogai',
-       'DISTRIBUTION'  => 'DANKOGAI/Encode-2.40.tar.gz',
+       'DISTRIBUTION'  => 'DANKOGAI/Encode-2.41.tar.gz',
        'FILES'         => q[cpan/Encode],
-       'UPSTREAM'      => undef,
+       'UPSTREAM'      => 'cpan',
        },
 
     'encoding::warnings' =>
@@ -509,6 +533,14 @@ use File::Glob qw(:case);
        'UPSTREAM'      => undef,
        },
 
+    'Env' =>
+       {
+       'MAINTAINER'    => 'p5p',
+       'DISTRIBUTION'  => 'FLORA/Env-1.02.tar.gz',
+       'FILES'         => q[dist/Env],
+       'UPSTREAM'      => 'blead',
+       },
+
     'Exporter' =>
        {
        'MAINTAINER'    => 'ferreira',
@@ -527,22 +559,22 @@ use File::Glob qw(:case);
     'ExtUtils::CBuilder' =>
        {
        'MAINTAINER'    => 'kwilliams',
-       'DISTRIBUTION'  => 'DAGOLDEN/ExtUtils-CBuilder-0.2703.tar.gz',
-       'FILES'         => q[cpan/ExtUtils-CBuilder],
-       'UPSTREAM'      => 'cpan',
+       'DISTRIBUTION'  => 'DAGOLDEN/ExtUtils-CBuilder-0.2802.tar.gz',
+       'FILES'         => q[dist/ExtUtils-CBuilder],
+       'UPSTREAM'      => 'blead',
        },
 
     'ExtUtils::Command' =>
        {
-       'MAINTAINER'    => 'rkobes',
+       'MAINTAINER'    => 'p5p',
        'DISTRIBUTION'  => 'RKOBES/ExtUtils-Command-1.16.tar.gz',
-       'FILES'         => q[cpan/ExtUtils-Command],
+       'FILES'         => q[dist/ExtUtils-Command],
        'EXCLUDED'      => [ qw{ t/shell_command.t
                                 t/shell_exit.t
                                 lib/Shell/Command.pm
                               },
                           ],
-       'UPSTREAM'      => undef,
+       'UPSTREAM'      => 'blead',
        },
 
     'ExtUtils::Constant' =>
@@ -590,10 +622,10 @@ use File::Glob qw(:case);
 
     'ExtUtils::Manifest' =>
        {
-       'MAINTAINER'    => 'rkobes',
+       'MAINTAINER'    => 'p5p',
        'DISTRIBUTION'  => 'RKOBES/ExtUtils-Manifest-1.58.tar.gz',
-       'FILES'         => q[cpan/ExtUtils-Manifest],
-       'UPSTREAM'      => 'cpan',
+       'FILES'         => q[dist/ExtUtils-Manifest],
+       'UPSTREAM'      => 'blead',
        },
 
     'ExtUtils::ParseXS' =>
@@ -617,10 +649,18 @@ use File::Glob qw(:case);
        'UPSTREAM'      => undef,
        },
 
+    'File::CheckTree' =>
+       {
+       'MAINTAINER'    => 'p5p',
+       'DISTRIBUTION'  => 'FLORA/File-CheckTree-4.4.tar.gz',
+       'FILES'         => q[dist/File-CheckTree],
+       'UPSTREAM'      => 'blead',
+       },
+
     'File::Fetch' =>
        {
        'MAINTAINER'    => 'kane',
-       'DISTRIBUTION'  => 'BINGOS/File-Fetch-0.24.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/File-Fetch-0.28.tar.gz',
        'FILES'         => q[cpan/File-Fetch],
        'UPSTREAM'      => 'cpan',
        },
@@ -713,6 +753,14 @@ use File::Glob qw(:case);
        'UPSTREAM'      => 'cpan',
        },
 
+    'I18N::Collate' =>
+       {
+       'MAINTAINER'    => 'p5p',
+       'DISTRIBUTION'  => 'FLORA/I18N-Collate-1.01.tar.gz',
+       'FILES'         => q[dist/I18N-Collate],
+       'UPSTREAM'      => 'blead',
+       },
+
     # Sean has donated it to us.
     # Nothing has changed since his last CPAN release.
     # (not strictly true: there have been some trivial typo fixes; DAPM 6/2009)
@@ -727,7 +775,7 @@ use File::Glob qw(:case);
     'if' =>
        {
        'MAINTAINER'    => 'ilyaz',
-       'DISTRIBUTION'  => 'ILYAZ/modules/if-0.06.tar.gz',
+       'DISTRIBUTION'  => 'ILYAZ/modules/if-0.0601.tar.gz',
        'FILES'         => q[dist/if],
        'UPSTREAM'      => 'blead',
        },
@@ -761,7 +809,7 @@ use File::Glob qw(:case);
     'IPC::Cmd' =>
        {
        'MAINTAINER'    => 'kane',
-       'DISTRIBUTION'  => 'BINGOS/IPC-Cmd-0.64.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/IPC-Cmd-0.66.tar.gz',
        'FILES'         => q[cpan/IPC-Cmd],
        'UPSTREAM'      => 'cpan',
        },
@@ -778,7 +826,7 @@ use File::Glob qw(:case);
     'lib' =>
        {
        'MAINTAINER'    => 'smueller',
-       'DISTRIBUTION'  => 'SMUELLER/lib-0.62.tar.gz',
+       'DISTRIBUTION'  => 'SMUELLER/lib-0.63.tar.gz',
        'FILES'         => q[dist/lib/],
        'EXCLUDED'      => [ qw{forPAUSE/lib.pm t/00pod.t} ],
        'UPSTREAM'      => 'blead',
@@ -797,7 +845,7 @@ use File::Glob qw(:case);
     'Locale-Codes' =>
        {
        'MAINTAINER'    => 'sbeck',
-       'DISTRIBUTION'  => 'SBECK/Locale-Codes-3.14.tar.gz',
+       'DISTRIBUTION'  => 'SBECK/Locale-Codes-3.15.tar.gz',
        'FILES'         => q[cpan/Locale-Codes],
        'EXCLUDED'      => [ qw{t/pod_coverage.t t/pod.t}, qr{^t/runtests},
                             qr{^internal/}, qr{^examples/} ],
@@ -848,7 +896,7 @@ use File::Glob qw(:case);
     'Math::BigInt' =>
        {
        'MAINTAINER'    => 'rafl',
-       'DISTRIBUTION'  => 'FLORA/Math-BigInt-1.96.tar.gz',
+       'DISTRIBUTION'  => 'FLORA/Math-BigInt-1.99.tar.gz',
        'FILES'         => q[dist/Math-BigInt],
        'EXCLUDED'      => [ qr{^inc/},
                             qr{^examples/},
@@ -862,7 +910,7 @@ use File::Glob qw(:case);
     'Math::BigInt::FastCalc' =>
        {
        'MAINTAINER'    => 'rafl',
-       'DISTRIBUTION'  => 'FLORA/Math-BigInt-FastCalc-0.22.tar.gz',
+       'DISTRIBUTION'  => 'FLORA/Math-BigInt-FastCalc-0.24.tar.gz',
        'FILES'         => q[dist/Math-BigInt-FastCalc],
        'EXCLUDED'      => [ qr{^inc/},
                             qw{
@@ -879,10 +927,6 @@ use File::Glob qw(:case);
                                t/mbimbf.t
                               },
                           ],
-       'MAP'           => { '' => 'dist/Math-BigInt-FastCalc/',
-                            'lib/Math/BigInt/FastCalc.pm'
-                                   => 'dist/Math-BigInt-FastCalc/FastCalc.pm',
-                          },
        'UPSTREAM'      => 'blead',
        },
 
@@ -917,21 +961,16 @@ use File::Glob qw(:case);
     'Memoize' =>
        {
        'MAINTAINER'    => 'mjd',
-       'DISTRIBUTION'  => 'MJD/Memoize-1.01.tar.gz',
+       'DISTRIBUTION'  => 'FLORA/Memoize-1.02.tar.gz',
        'FILES'         => q[cpan/Memoize],
-       'EXCLUDED'      => [
-                            qw{
-                               article.html
-                               Memoize/Saves.pm
-                              },
-                          ],
+       'EXCLUDED'      => [ qw{ article.html } ],
        'UPSTREAM'      => 'cpan',
        },
 
     'MIME::Base64' =>
        {
        'MAINTAINER'    => 'gaas',
-       'DISTRIBUTION'  => 'GAAS/MIME-Base64-3.09.tar.gz',
+       'DISTRIBUTION'  => 'GAAS/MIME-Base64-3.13.tar.gz',
        'FILES'         => q[cpan/MIME-Base64],
        'EXCLUDED'      => [ qw{ t/bad-sv.t }, ],
        'UPSTREAM'      => 'cpan',
@@ -955,7 +994,7 @@ use File::Glob qw(:case);
     'Module::CoreList' =>
        {
        'MAINTAINER'    => 'rgarcia',
-       'DISTRIBUTION'  => 'BINGOS/Module-CoreList-2.40.tar.gz',
+       'DISTRIBUTION'  => 'BINGOS/Module-CoreList-2.41.tar.gz',
        'FILES'         => q[dist/Module-CoreList],
        'UPSTREAM'      => 'blead',
        },
@@ -1187,13 +1226,14 @@ use File::Glob qw(:case);
     'Pod::Simple' =>
        {
        'MAINTAINER'    => 'arandal',
-       'DISTRIBUTION'  => 'DWHEELER/Pod-Simple-3.14.tar.gz',
+       'DISTRIBUTION'  => 'DWHEELER/Pod-Simple-3.15.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
-       'EXCLUDED'      => [ qw( lib/perlpod.pod lib/perlpodspec.pod ) ],
+  # Now been removed from Pod-Simple-3.15 commenting this out - bingos
+       #'EXCLUDED'     => [ qw( lib/perlpod.pod lib/perlpodspec.pod ) ],
        'UPSTREAM'      => 'cpan',
        },
 
@@ -1209,7 +1249,7 @@ use File::Glob qw(:case);
     'Safe' =>
        {
        'MAINTAINER'    => 'rgarcia',
-       'DISTRIBUTION'  => 'RGARCIA/Safe-2.28.tar.gz',
+       'DISTRIBUTION'  => 'RGARCIA/Safe-2.29.tar.gz',
        'FILES'         => q[dist/Safe],
        'UPSTREAM'      => 'blead',
        },
@@ -1230,7 +1270,7 @@ use File::Glob qw(:case);
     'SelfLoader' =>
        {
        'MAINTAINER'    => 'smueller',
-       'DISTRIBUTION'  => 'SMUELLER/SelfLoader-1.17.tar.gz',
+       'DISTRIBUTION'  => 'SMUELLER/SelfLoader-1.18.tar.gz',
        'FILES'         => q[dist/SelfLoader],
        'EXCLUDED'      => [ qw{ t/00pod.t } ],
        'UPSTREAM'      => 'blead',
@@ -1250,7 +1290,7 @@ use File::Glob qw(:case);
     'Storable' =>
        {
        'MAINTAINER'    => 'ams',
-       'DISTRIBUTION'  => 'AMS/Storable-2.21.tar.gz',
+       'DISTRIBUTION'  => 'AMS/Storable-2.24.tar.gz',
        'FILES'         => q[dist/Storable],
        'EXCLUDED'      => [ qr{^t/Test/} ],
        'UPSTREAM'      => 'blead',
@@ -1418,7 +1458,7 @@ use File::Glob qw(:case);
     'threads' =>
        {
        'MAINTAINER'    => 'jdhedden',
-       'DISTRIBUTION'  => 'JDHEDDEN/threads-1.81.tar.gz',
+       'DISTRIBUTION'  => 'JDHEDDEN/threads-1.82.tar.gz',
        'FILES'         => q[dist/threads],
        'EXCLUDED'      => [ qr{^examples/},
                             qw(t/pod.t
@@ -1488,7 +1528,7 @@ use File::Glob qw(:case);
     'Unicode::Collate' =>
        {
        'MAINTAINER'    => 'sadahiro',
-       'DISTRIBUTION'  => 'SADAHIRO/Unicode-Collate-0.65-withoutworldwriteables.tar.gz',
+       'DISTRIBUTION'  => 'SADAHIRO/Unicode-Collate-0.68-withoutworldwriteables.tar.gz',
        'FILES'         => q[cpan/Unicode-Collate],
                            # ignore experimental XS version
        'EXCLUDED'      => [ qr{X$},
@@ -1564,7 +1604,7 @@ use File::Glob qw(:case);
     'Win32' =>
        {
        'MAINTAINER'    => 'jand',
-       'DISTRIBUTION'  => "JDB/Win32-0.39.tar.gz",
+       'DISTRIBUTION'  => "JDB/Win32-0.41.tar.gz",
        'FILES'         => q[cpan/Win32],
        'UPSTREAM'      => 'cpan',
        },
@@ -1614,8 +1654,6 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'p5p',
        'FILES'         => q[
-                               ext/autouse/lib
-                               ext/autouse/t
                                ext/B/B.pm
                                ext/B/typemap
                                ext/B/Makefile.PL
@@ -1645,12 +1683,12 @@ use File::Glob qw(:case);
                                ext/B/t/xref.t
                                ext/B/t/f_map.t
                                ext/B/t/optree_misc.t
+                               ext/B/t/walkoptree.t
                                ext/B/hints/openbsd.pl
                                ext/B/hints/darwin.pl
 
                                ext/Devel-DProf/
                                ext/Devel-Peek/
-                               ext/Devel-SelfStubber/
                                ext/DynaLoader/
                                ext/Errno
                                ext/Fcntl/
@@ -1693,16 +1731,12 @@ use File::Glob qw(:case);
                                lib/DBM_Filter.pm
                                lib/DBM_Filter/
                                lib/DirHandle.{pm,t}
-                               lib/Dumpvalue.{pm,t}
                                lib/English.{pm,t}
-                               lib/Env.pm
-                               lib/Env/t/
                                lib/ExtUtils/Embed.pm
                                lib/ExtUtils/XSSymSet.pm
                                lib/ExtUtils/t/Embed.t
                                lib/ExtUtils/typemap
                                lib/File/Basename.{pm,t}
-                               lib/File/CheckTree.{pm,t}
                                lib/File/Compare.{pm,t}
                                lib/File/Copy.{pm,t}
                                lib/File/DosGlob.{pm,t}
@@ -1712,7 +1746,6 @@ use File::Glob qw(:case);
                                lib/FileHandle.{pm,t}
                                lib/FindBin.{pm,t}
                                lib/Getopt/Std.{pm,t}
-                               lib/I18N/Collate.{pm,t}
                                lib/Internals.t
                                lib/Module/Build/ConfigData.pm
                                lib/Net/hostent.{pm,t}
@@ -1785,7 +1818,6 @@ use File::Glob qw(:case);
                                lib/hostname.pl
                                lib/importenv.pl
                                lib/integer.{pm,t}
-                               lib/legacy.{pm,t}
                                lib/less.{pm,t}
                                lib/locale.{pm,t}
                                lib/look.pl