This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Module-Build to CPAN version 0.4204
[perl5.git] / Porting / Maintainers.pl
index ff6493a..3a2f07d 100755 (executable)
@@ -11,13 +11,6 @@ package Maintainers;
 use utf8;
 use File::Glob qw(:case);
 
-%Maintainers = (
-    'CBERRY'    => 'Craig Berry <craigberry@mac.com>',
-    'JDB'       => 'Jan Dubois <jand@activestate.com>',
-    'PMQS'      => 'Paul Marquess <pmqs@cpan.org>',
-    'SMCCAM'    => 'Stephen McCamant <smccam@cpan.org>',
-);
-
 # IGNORABLE: files which, if they appear in the root of a CPAN
 # distribution, need not appear in core (i.e. core-cpan-diff won't
 # complain if it can't find them)
@@ -29,7 +22,7 @@ use File::Glob qw(:case);
     cpanfile CREDITS dist.ini GOALS HISTORY INSTALL INSTALL.SKIP LICENSE
     Makefile.PL MANIFEST MANIFEST.SKIP META.json META.yml MYMETA.json
     MYMETA.yml NEW NOTES perlcritic.rc ppport.h README README.PATCHING
-    SIGNATURE THANKS TODO Todo VERSION WHATSNEW
+    SIGNATURE THANKS TODO Todo VERSION WHATSNEW .perlcriticrc.perltidyrc
 );
 
 # Each entry in the  %Modules hash roughly represents a distribution,
@@ -51,15 +44,13 @@ use File::Glob qw(:case);
 # modules with files in cpan/ are understood to have UPSTREAM 'cpan',
 # meaning that the module on CPAN is to be patched first.
 
-# MAINTAINER indicates who the current maintainer of the module is.  For
-# modules with no MAINTAINER field given, this is understood to be either
-# the Perl 5 Porters if UPSTREAM is 'blead', or else the CPAN author whose
-# PAUSE user ID forms the first part of the DISTRIBUTION value, e.g.
-# 'BINGOS' in the case of 'BINGOS/Archive-Tar-1.92.tar.gz'.  (PAUSE's View
-# Permissions page may be consulted to find other authors who have owner
-# or co-maint permissions for the module in question.)  The few explicitly
-# listed MAINTAINERs refer to authors whose email address is listed in the
-# %Maintainers hash above.
+# MAINTAINER has previously been used to indicate who the current maintainer
+# of the module is, but this is no longer stated explicitly. It is now
+# understood to be either the Perl 5 Porters if UPSTREAM is 'blead', or else
+# the CPAN author whose PAUSE user ID forms the first part of the DISTRIBUTION
+# value, e.g. 'BINGOS' in the case of 'BINGOS/Archive-Tar-1.96.tar.gz'.
+# (PAUSE's View Permissions page may be consulted to find other authors who
+# have owner or co-maint permissions for the module in question.)
 
 # FILES is a list of filenames, glob patterns, and directory
 # names to be recursed down, which collectively generate a complete list
@@ -128,7 +119,7 @@ use File::Glob qw(:case);
 %Modules = (
 
     'Archive::Tar' => {
-        'DISTRIBUTION' => 'BINGOS/Archive-Tar-1.92.tar.gz',
+        'DISTRIBUTION' => 'BINGOS/Archive-Tar-1.96.tar.gz',
         'FILES'        => q[cpan/Archive-Tar],
         'BUGS'         => 'bug-archive-tar@rt.cpan.org',
     },
@@ -168,7 +159,7 @@ use File::Glob qw(:case);
     },
 
     'AutoLoader' => {
-        'DISTRIBUTION' => 'SMUELLER/AutoLoader-5.73.tar.gz',
+        'DISTRIBUTION' => 'SMUELLER/AutoLoader-5.74.tar.gz',
         'FILES'        => q[cpan/AutoLoader],
         'EXCLUDED'     => ['t/00pod.t'],
     },
@@ -179,31 +170,12 @@ use File::Glob qw(:case);
         'EXCLUDED'     => [qr{^t/release-.*\.t}],
     },
 
-    'B' => {
-        'FILES'      => q[ext/B],
-        'EXCLUDED'   => [
-            qw( B/Concise.pm
-                t/concise.t
-                ),
-        ],
-    },
-
-    'B::Concise' => {
-        'MAINTAINER' => 'SMCCAM',
-        'FILES'      => q[ext/B/B/Concise.pm ext/B/t/concise.t],
-    },
-
     'B::Debug' => {
-        'DISTRIBUTION' => 'RURBAN/B-Debug-1.18.tar.gz',
+        'DISTRIBUTION' => 'RURBAN/B-Debug-1.19.tar.gz',
         'FILES'        => q[cpan/B-Debug],
         'EXCLUDED'     => ['t/pod.t'],
     },
 
-    'B::Deparse' => {
-        'MAINTAINER' => 'SMCCAM',
-        'FILES'      => q[dist/B-Deparse],
-    },
-
     'base' => {
         'DISTRIBUTION' => 'RGARCIA/base-2.18.tar.gz',
         'FILES'        => q[dist/base],
@@ -226,7 +198,7 @@ use File::Glob qw(:case);
     },
 
     'CGI' => {
-        'DISTRIBUTION' => 'MARKSTOS/CGI.pm-3.63.tar.gz',
+        'DISTRIBUTION' => 'MARKSTOS/CGI.pm-3.64.tar.gz',
         'FILES'        => q[cpan/CGI],
         'EXCLUDED'     => [
             qr{^examples/},
@@ -235,10 +207,11 @@ use File::Glob qw(:case);
                 t/fast.t
                 ),
         ],
+        'DEPRECATED' => '5.019007',
     },
 
     'Compress::Raw::Bzip2' => {
-        'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.062.tar.gz',
+        'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.063.tar.gz',
         'FILES'        => q[cpan/Compress-Raw-Bzip2],
         'EXCLUDED'     => [
             qr{^t/Test/},
@@ -247,7 +220,7 @@ use File::Glob qw(:case);
     },
 
     'Compress::Raw::Zlib' => {
-        'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.062.tar.gz',
+        'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.063.tar.gz',
 
         'FILES'    => q[cpan/Compress-Raw-Zlib],
         'EXCLUDED' => [
@@ -329,7 +302,7 @@ use File::Glob qw(:case);
     # Note: When updating CPAN-Meta the META.* files will need to be regenerated
     # perl -Icpan/CPAN-Meta/lib Porting/makemeta
     'CPAN::Meta' => {
-        'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.132830.tar.gz',
+        'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.133380.tar.gz',
         'FILES'        => q[cpan/CPAN-Meta],
         'EXCLUDED'     => [
             qw(t/00-compile.t),
@@ -347,7 +320,6 @@ use File::Glob qw(:case);
             qw(t/00-compile.t),
             qw(t/00-report-prereqs.t),
             qr{^xt},
-            qr{^history},
         ],
     },
 
@@ -367,7 +339,7 @@ use File::Glob qw(:case);
     },
 
     'DB_File' => {
-        'DISTRIBUTION' => 'PMQS/DB_File-1.829.tar.gz',
+        'DISTRIBUTION' => 'PMQS/DB_File-1.831.tar.gz',
         'FILES'        => q[cpan/DB_File],
         'EXCLUDED'     => [
             qr{^patches/},
@@ -427,7 +399,7 @@ use File::Glob qw(:case);
     },
 
     'Encode' => {
-        'DISTRIBUTION' => 'DANKOGAI/Encode-2.55.tar.gz',
+        'DISTRIBUTION' => 'DANKOGAI/Encode-2.57.tar.gz',
         'FILES'        => q[cpan/Encode],
     },
 
@@ -501,7 +473,7 @@ use File::Glob qw(:case);
     },
 
     'ExtUtils::MakeMaker' => {
-        'DISTRIBUTION' => 'BINGOS/ExtUtils-MakeMaker-6.80.tar.gz',
+        'DISTRIBUTION' => 'BINGOS/ExtUtils-MakeMaker-6.86.tar.gz',
         'FILES'        => q[cpan/ExtUtils-MakeMaker],
         'EXCLUDED'     => [
             qr{^t/lib/Test/},
@@ -526,7 +498,7 @@ use File::Glob qw(:case);
     },
 
     'File::Fetch' => {
-        'DISTRIBUTION' => 'BINGOS/File-Fetch-0.44.tar.gz',
+        'DISTRIBUTION' => 'BINGOS/File-Fetch-0.46.tar.gz',
         'FILES'        => q[cpan/File-Fetch],
     },
 
@@ -583,7 +555,6 @@ use File::Glob qw(:case);
                 t/decrypt.t
                 t/exec.t
                 t/order.t
-                t/pod.t
                 t/sh.t
                 t/tee.t
                 t/z_kwalitee.t
@@ -614,7 +585,7 @@ use File::Glob qw(:case);
     },
 
     'HTTP::Tiny' => {
-        'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.036.tar.gz',
+        'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.039.tar.gz',
         'FILES'        => q[cpan/HTTP-Tiny],
         'EXCLUDED'     => [
             't/00-compile.t',
@@ -649,7 +620,7 @@ use File::Glob qw(:case);
     },
 
     'IO-Compress' => {
-        'DISTRIBUTION' => 'PMQS/IO-Compress-2.062.tar.gz',
+        'DISTRIBUTION' => 'PMQS/IO-Compress-2.063.tar.gz',
         'FILES'        => q[cpan/IO-Compress],
         'EXCLUDED'     => [
             qr{^examples/},
@@ -666,7 +637,7 @@ use File::Glob qw(:case);
     },
 
     'IPC::Cmd' => {
-        'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.84.tar.gz',
+        'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.90.tar.gz',
         'FILES'        => q[cpan/IPC-Cmd],
     },
 
@@ -683,9 +654,6 @@ use File::Glob qw(:case);
     'JSON::PP' => {
         'DISTRIBUTION' => 'MAKAMAKA/JSON-PP-2.27203.tar.gz',
         'FILES'        => q[cpan/JSON-PP],
-        'EXCLUDED'     => [
-            't/900_pod.t',    # Pod testing
-        ],
     },
 
     'lib' => {
@@ -699,7 +667,7 @@ use File::Glob qw(:case);
     },
 
     'libnet' => {
-        'DISTRIBUTION' => 'SHAY/libnet-1.23.tar.gz',
+        'DISTRIBUTION' => 'SHAY/libnet-1.24.tar.gz',
         'FILES'        => q[cpan/libnet],
         'EXCLUDED'     => [
             qw( Configure
@@ -713,7 +681,7 @@ use File::Glob qw(:case);
     },
 
     'Locale-Codes' => {
-        'DISTRIBUTION' => 'SBECK/Locale-Codes-3.27.tar.gz',
+        'DISTRIBUTION' => 'SBECK/Locale-Codes-3.28.tar.gz',
         'FILES'        => q[cpan/Locale-Codes],
         'EXCLUDED'     => [
             qw( README.first
@@ -741,7 +709,6 @@ use File::Glob qw(:case);
     'Locale::Maketext::Simple' => {
         'DISTRIBUTION' => 'JESSE/Locale-Maketext-Simple-0.21.tar.gz',
         'FILES'        => q[cpan/Locale-Maketext-Simple],
-        'EXCLUDED'     => [qr{^inc/}],
     },
 
     'Math::BigInt' => {
@@ -822,7 +789,7 @@ use File::Glob qw(:case);
     #
 
     'Module::Build' => {
-        'DISTRIBUTION' => 'LEONT/Module-Build-0.4007.tar.gz',
+        'DISTRIBUTION' => 'LEONT/Module-Build-0.4204.tar.gz',
         'FILES'        => q[cpan/Module-Build],
         'EXCLUDED'     => [
             qw( t/par.t
@@ -837,12 +804,12 @@ use File::Glob qw(:case);
     },
 
     'Module::CoreList' => {
-        'DISTRIBUTION' => 'BINGOS/Module-CoreList-2.99.tar.gz',
+        'DISTRIBUTION' => 'BINGOS/Module-CoreList-3.03.tar.gz',
         'FILES'        => q[dist/Module-CoreList],
     },
 
     'Module::Load' => {
-        'DISTRIBUTION' => 'BINGOS/Module-Load-0.24.tar.gz',
+        'DISTRIBUTION' => 'BINGOS/Module-Load-0.28.tar.gz',
         'FILES'        => q[cpan/Module-Load],
     },
 
@@ -881,13 +848,13 @@ use File::Glob qw(:case);
     },
 
     'Package::Constants' => {
-        'DISTRIBUTION' => 'KANE/Package-Constants-0.02.tar.gz',
+        'DISTRIBUTION' => 'BINGOS/Package-Constants-0.04.tar.gz',
         'FILES'        => q[cpan/Package-Constants],
+        'DEPRECATED'   => '5.019006',
     },
 
     'Params::Check' => {
         'DISTRIBUTION' => 'BINGOS/Params-Check-0.38.tar.gz',
-        'EXCLUDED'     => ['Params-Check-0.26.tar.gz'],
         'FILES'        => q[cpan/Params-Check],
     },
 
@@ -908,13 +875,8 @@ use File::Glob qw(:case);
 
     'PathTools' => {
         'DISTRIBUTION' => 'SMUELLER/PathTools-3.40.tar.gz',
-        'FILES'        => q[dist/Cwd],
+        'FILES'        => q[dist/PathTools],
         'EXCLUDED'     => [qr{^t/lib/Test/}],
-
-        # NOTE: PathTools is in dist/Cwd/ instead of dist/PathTools because it
-        # contains Cwd.xs and something, possibly Makefile.SH, makes an assumption
-        # that the leafname of some file corresponds with the pathname of the
-        # directory.
     },
 
     'Perl::OSType' => {
@@ -962,10 +924,13 @@ use File::Glob qw(:case);
     },
 
     'Pod::Perldoc' => {
-        'DISTRIBUTION' => 'MALLEN/Pod-Perldoc-3.20.tar.gz',
+        'DISTRIBUTION' => 'MALLEN/Pod-Perldoc-3.21.tar.gz',
         'FILES'        => q[cpan/Pod-Perldoc],
 
-        # in blead, the perldoc executable is generated by perldoc.PL
+        # Note that we use the CPAN-provided Makefile.PL, since it
+        # contains special handling of the installation of perldoc.pod
+
+        # In blead, the perldoc executable is generated by perldoc.PL
         # instead
         # XXX We can and should fix this, but clean up the DRY-failure in utils
         # first
@@ -1011,19 +976,13 @@ use File::Glob qw(:case);
     },
 
     'Scalar-List-Utils' => {
-        'DISTRIBUTION' => 'PEVANS/Scalar-List-Utils-1.34.tar.gz',
-        'FILES'    => q[cpan/List-Util],
-        'EXCLUDED' => [
-            qr{^inc/Module/},
-            qr{^inc/Test/},
-            'mytypemap',
-        ],
+        'DISTRIBUTION' => 'PEVANS/Scalar-List-Utils-1.35.tar.gz',
+        'FILES'    => q[cpan/Scalar-List-Utils],
     },
 
     'Search::Dict' => {
         'DISTRIBUTION' => 'DAGOLDEN/Search-Dict-1.07.tar.gz',
         'FILES'        => q[dist/Search-Dict],
-        'EXCLUDED'     => [qr{^t/release-.*\.t},qr{^README\..*}],
     },
 
     'SelfLoader' => {
@@ -1033,14 +992,13 @@ use File::Glob qw(:case);
     },
 
     'Socket' => {
-        'DISTRIBUTION' => 'PEVANS/Socket-2.012.tar.gz',
+        'DISTRIBUTION' => 'PEVANS/Socket-2.013.tar.gz',
         'FILES'        => q[cpan/Socket],
     },
 
     'Storable' => {
         'DISTRIBUTION' => 'AMS/Storable-2.45.tar.gz',
         'FILES'        => q[dist/Storable],
-        'EXCLUDED'     => [qr{^t/Test/}],
     },
 
     'Sys::Syslog' => {
@@ -1064,7 +1022,6 @@ use File::Glob qw(:case);
         'DISTRIBUTION' => 'RRA/Term-ANSIColor-4.02.tar.gz',
         'FILES'        => q[cpan/Term-ANSIColor],
         'EXCLUDED'     => [
-            qr{^tests/},
             qr{^examples/},
             qr{^t/data/},
             qw( t/aliases-env.t
@@ -1080,16 +1037,8 @@ use File::Glob qw(:case);
     },
 
     'Term::Cap' => {
-        'DISTRIBUTION' => 'JSTOWE/Term-Cap-1.12.tar.gz',
+        'DISTRIBUTION' => 'JSTOWE/Term-Cap-1.15.tar.gz',
         'FILES'        => q[cpan/Term-Cap],
-
-        # Waiting to be merged upstream: see CPAN RT#73447
-        'CUSTOMIZED'   => [
-            qw( Cap.pm
-                test.pl
-                ),
-        ],
-
     },
 
     'Term::Complete' => {
@@ -1110,7 +1059,7 @@ use File::Glob qw(:case);
     },
 
     'Test::Harness' => {
-        'DISTRIBUTION' => 'OVID/Test-Harness-3.29.tar.gz',
+        'DISTRIBUTION' => 'LEONT/Test-Harness-3.30.tar.gz',
         'FILES'        => q[cpan/Test-Harness],
         'EXCLUDED'     => [
             qr{^examples/},
@@ -1129,9 +1078,10 @@ use File::Glob qw(:case);
     },
 
     'Test::Simple' => {
-        'DISTRIBUTION' => 'RJBS/Test-Simple-0.99.tar.gz',
+        'DISTRIBUTION' => 'RJBS/Test-Simple-1.001002.tar.gz',
         'FILES'        => q[cpan/Test-Simple],
         'EXCLUDED'     => [
+            qr{^t/xt},
             qw( .perlcriticrc
                 .perltidyrc
                 examples/indent.pl
@@ -1180,7 +1130,6 @@ use File::Glob qw(:case);
     'Text::ParseWords' => {
         'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.29.tar.gz',
         'FILES'        => q[cpan/Text-ParseWords],
-        'EXCLUDED'     => ['t/pod.t'],
 
         # Waiting to be merged upstream: see CPAN RT#50929
         'CUSTOMIZED'   => [
@@ -1247,7 +1196,7 @@ use File::Glob qw(:case);
     },
 
     'threads::shared' => {
-        'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.43.tar.gz',
+        'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.45.tar.gz',
         'FILES'        => q[dist/threads-shared],
         'EXCLUDED'     => [
             qw( examples/class.pl
@@ -1277,20 +1226,17 @@ use File::Glob qw(:case);
         'DISTRIBUTION' => 'DROLSKY/Time-Local-1.2300.tar.gz',
         'FILES'        => q[cpan/Time-Local],
         'EXCLUDED'     => [
-            qw( t/pod-coverage.t
-                t/pod.t
-                ),
             qr{^t/release-.*\.t},
         ],
     },
 
     'Time::Piece' => {
-        'DISTRIBUTION' => 'RJBS/Time-Piece-1.23.tar.gz',
+        'DISTRIBUTION' => 'RJBS/Time-Piece-1.27.tar.gz',
         'FILES'        => q[cpan/Time-Piece],
     },
 
     'Unicode::Collate' => {
-        'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-0.99.tar.gz',
+        'DISTRIBUTION' => 'SADAHIRO/Unicode-Collate-1.04.tar.gz',
         'FILES'        => q[cpan/Unicode-Collate],
         'EXCLUDED'     => [
             qr{N$},
@@ -1316,39 +1262,33 @@ use File::Glob qw(:case);
     },
 
     'version' => {
-        'DISTRIBUTION' => 'JPEACOCK/version-0.9904.tar.gz',
+        'DISTRIBUTION' => 'JPEACOCK/version-0.9906.tar.gz',
         'FILES'        => q[cpan/version],
+        'FILES'        => q[cpan/version vutil.c vutil.h vxs.inc],
         'EXCLUDED' => [
-            qr{^vutil/},
-            'lib/version/typemap',
+            qr{^vutil/lib/},
+            'vutil/ppport.h',
+            'vutil/vxs.xs',
             't/survey_locales',
-            'vperl/vpp.pm',
         ],
 
-        # Waiting to be merged upstream: see CPAN RT#87513
+        # When adding the CPAN-distributed files for version.pm, it is necessary
+        # to delete an entire block out of lib/version.pm, since that code is
+        # only necessary with the CPAN release.
         'CUSTOMIZED'   => [
             qw( lib/version.pm
-                t/07locale.t
-                t/08_corelist.t
+               vutil.c
                 ),
         ],
 
-        # Remove this (so it reverts to 'cpan') when [cpan #88458] is resolved
-        'UPSTREAM' => 'blead',
-    },
-
-    'VMS::DCLsym' => {
-        'MAINTAINER' => 'CBERRY',
-        'FILES'      => q[ext/VMS-DCLsym],
-    },
-
-    'VMS::Stdio' => {
-        'MAINTAINER' => 'CBERRY',
-        'FILES'      => q[ext/VMS-Stdio],
+        'MAP' => {
+            'vperl/'         => 'cpan/version/lib/version/',
+            'vutil/'         => '',
+            ''               => 'cpan/version/',
+        },
     },
 
     'warnings' => {
-        'MAINTAINER' => 'PMQS',
         'FILES'      => q[
                  lib/warnings
                  lib/warnings.{pm,t}
@@ -1358,7 +1298,7 @@ use File::Glob qw(:case);
     },
 
     'Win32' => {
-        'DISTRIBUTION' => "JDB/Win32-0.47.tar.gz",
+        'DISTRIBUTION' => "JDB/Win32-0.48.tar.gz",
         'FILES'        => q[cpan/Win32],
     },
 
@@ -1371,11 +1311,6 @@ use File::Glob qw(:case);
         ],
     },
 
-    'Win32CORE' => {
-        'MAINTAINER' => 'JDB',
-        'FILES'      => q[ext/Win32CORE],
-    },
-
     'XSLoader' => {
         'DISTRIBUTION' => 'SAPER/XSLoader-0.16.tar.gz',
         'FILES'        => q[dist/XSLoader],
@@ -1402,6 +1337,7 @@ use File::Glob qw(:case);
 
     '_PERLLIB' => {
         'FILES'    => q[
+                ext/B/
                 ext/Devel-Peek/
                 ext/DynaLoader/
                 ext/Errno/
@@ -1430,7 +1366,10 @@ use File::Glob qw(:case);
                 ext/Sys-Hostname/
                 ext/Tie-Hash-NamedCapture/
                 ext/Tie-Memoize/
+                ext/VMS-DCLsym/
                 ext/VMS-Filespec/
+                ext/VMS-Stdio/
+                ext/Win32CORE/
                 ext/XS-APItest/
                 ext/XS-Typemap/
                 ext/arybase/
@@ -1439,6 +1378,7 @@ use File::Glob qw(:case);
                 ext/re/
                 lib/AnyDBM_File.{pm,t}
                 lib/Benchmark.{pm,t}
+                lib/B/Deparse{.pm,.t,-core.t}
                 lib/CORE.pod
                 lib/Class/Struct.{pm,t}
                 lib/Config.t
@@ -1548,7 +1488,7 @@ for ( keys %Modules ) {
 
 # legacy MAINTAINER field
 for ( keys %Modules ) {
-    # Honour any existing MAINTAINER flag for now, but we'd like to remove them
+    # Keep any existing MAINTAINER flag so that "overrides" can be applied
     next if exists $Modules{$_}{MAINTAINER};
 
     if ($Modules{$_}{UPSTREAM} eq 'blead') {