X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/1d5bcce3b0d190a88de46d72740373f3c00ab576..fb7f2fa30aa1a0ae073687c141e54ee988425430:/Porting/Maintainers.pl diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index deffec0..e244137 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -120,7 +120,7 @@ use File::Glob qw(:case); %Modules = ( 'Archive::Tar' => { - 'DISTRIBUTION' => 'BINGOS/Archive-Tar-2.04.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Archive-Tar-2.08.tar.gz', 'FILES' => q[cpan/Archive-Tar], 'BUGS' => 'bug-archive-tar@rt.cpan.org', 'EXCLUDED' => [ @@ -167,7 +167,7 @@ use File::Glob qw(:case); }, 'autouse' => { - 'DISTRIBUTION' => 'WOLFSAGE/autouse-1.08.tar.gz', + 'DISTRIBUTION' => 'RJBS/autouse-1.11.tar.gz', 'FILES' => q[dist/autouse], 'EXCLUDED' => [qr{^t/release-.*\.t}], }, @@ -184,10 +184,11 @@ use File::Glob qw(:case); }, 'bignum' => { - 'DISTRIBUTION' => 'PJACKLAM/bignum-0.41.tar.gz', + 'DISTRIBUTION' => 'PJACKLAM/bignum-0.43.tar.gz', 'FILES' => q[cpan/bignum], 'EXCLUDED' => [ qr{^inc/Module/}, + qr{^t/author-}, qw( t/00sig.t t/01load.t t/02pod.t @@ -226,7 +227,7 @@ use File::Glob qw(:case); }, 'Config::Perl::V' => { - 'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.25.tgz', + 'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.26.tgz', 'FILES' => q[cpan/Config-Perl-V], 'EXCLUDED' => [qw( examples/show-v.pl @@ -247,7 +248,7 @@ use File::Glob qw(:case); }, 'CPAN' => { - 'DISTRIBUTION' => 'ANDK/CPAN-2.10.tar.gz', + 'DISTRIBUTION' => 'ANDK/CPAN-2.14.tar.gz', 'FILES' => q[cpan/CPAN], 'EXCLUDED' => [ qr{^distroprefs/}, @@ -282,8 +283,6 @@ use File::Glob qw(:case); t/yaml_code.yml ), ], - # See commit 3198fda65dbcd975c56916e4b98f515fab7f02e5 - 'CUSTOMIZED' => [ qw[ lib/CPAN.pm ] ], }, # Note: When updating CPAN-Meta the META.* files will need to be regenerated @@ -324,12 +323,12 @@ use File::Glob qw(:case); }, 'Data::Dumper' => { - 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.154.tar.gz', + 'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.161.tar.gz', 'FILES' => q[dist/Data-Dumper], }, 'DB_File' => { - 'DISTRIBUTION' => 'PMQS/DB_File-1.835.tar.gz', + 'DISTRIBUTION' => 'PMQS/DB_File-1.838.tar.gz', 'FILES' => q[cpan/DB_File], 'EXCLUDED' => [ qr{^patches/}, @@ -341,7 +340,7 @@ use File::Glob qw(:case); }, 'Devel::PPPort' => { - 'DISTRIBUTION' => 'WOLFSAGE/Devel-PPPort-3.32.tar.gz', + 'DISTRIBUTION' => 'WOLFSAGE/Devel-PPPort-3.35.tar.gz', # RJBS has asked MHX to have UPSTREAM be 'blead' # (i.e. move this from cpan/ to dist/) 'FILES' => q[cpan/Devel-PPPort], @@ -363,7 +362,7 @@ use File::Glob qw(:case); }, 'Digest::MD5' => { - 'DISTRIBUTION' => 'GAAS/Digest-MD5-2.54.tar.gz', + 'DISTRIBUTION' => 'GAAS/Digest-MD5-2.55.tar.gz', 'FILES' => q[cpan/Digest-MD5], 'EXCLUDED' => ['rfc1321.txt'], }, @@ -386,13 +385,11 @@ use File::Glob qw(:case); }, 'Encode' => { - 'DISTRIBUTION' => 'DANKOGAI/Encode-2.78.tar.gz', + 'DISTRIBUTION' => 'DANKOGAI/Encode-2.84.tar.gz', 'FILES' => q[cpan/Encode], CUSTOMIZED => [ - qw( Encode.xs - Unicode/Unicode.xs - encoding.pm - ), + qw( encoding.pm ), + 'Byte/Makefile.PL', ], }, @@ -465,7 +462,7 @@ use File::Glob qw(:case); }, 'ExtUtils::MakeMaker' => { - 'DISTRIBUTION' => 'BINGOS/ExtUtils-MakeMaker-7.10.tar.gz', + 'DISTRIBUTION' => 'BINGOS/ExtUtils-MakeMaker-7.18.tar.gz', 'FILES' => q[cpan/ExtUtils-MakeMaker], 'EXCLUDED' => [ qr{^t/lib/Test/}, @@ -477,14 +474,7 @@ use File::Glob qw(:case); 'README.packaging', 'lib/ExtUtils/MakeMaker/version/vpp.pm', ], - # Upstreamed as https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/commit/ede9ea4a - 'CUSTOMIZED' => [ - qq[lib/ExtUtils/MakeMaker.pm], - qq[t/prereq.t], - qq[t/vstrings.t], - # Upstreamed as https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/commit/dd1e236ab - qq[lib/ExtUtils/MM_VMS.pm], - ], + 'CUSTOMIZED' => [ qw( t/basic.t t/lib/MakeMaker/Test/Setup/XS.pm ) ], }, 'ExtUtils::Manifest' => { @@ -513,6 +503,8 @@ use File::Glob qw(:case); qw(t/Path-Class.t), qr{^xt/}, ], + # https://github.com/rpcme/File-Path/pull/34 + 'CUSTOMIZED' => [ qw( lib/File/Path.pm t/Path_win32.t ) ], }, 'File::Temp' => { @@ -572,7 +564,7 @@ use File::Glob qw(:case); }, 'Getopt::Long' => { - 'DISTRIBUTION' => 'JV/Getopt-Long-2.48.tar.gz', + 'DISTRIBUTION' => 'JV/Getopt-Long-2.49.1.tar.gz', 'FILES' => q[cpan/Getopt-Long], 'EXCLUDED' => [ qr{^examples/}, @@ -584,7 +576,7 @@ use File::Glob qw(:case); }, 'HTTP::Tiny' => { - 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.056.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/HTTP-Tiny-0.058.tar.gz', 'FILES' => q[cpan/HTTP-Tiny], 'EXCLUDED' => [ 't/00-report-prereqs.t', @@ -644,12 +636,12 @@ use File::Glob qw(:case); }, 'IPC::Cmd' => { - 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.92.tar.gz', + 'DISTRIBUTION' => 'BINGOS/IPC-Cmd-0.94.tar.gz', 'FILES' => q[cpan/IPC-Cmd], }, 'IPC::SysV' => { - 'DISTRIBUTION' => 'MHX/IPC-SysV-2.04.tar.gz', + 'DISTRIBUTION' => 'MHX/IPC-SysV-2.07.tar.gz', 'FILES' => q[cpan/IPC-SysV], 'EXCLUDED' => [ qw( const-c.inc @@ -659,7 +651,7 @@ use File::Glob qw(:case); }, 'JSON::PP' => { - 'DISTRIBUTION' => 'MAKAMAKA/JSON-PP-2.27300.tar.gz', + 'DISTRIBUTION' => 'MAKAMAKA/JSON-PP-2.27400.tar.gz', 'FILES' => q[cpan/JSON-PP], }, @@ -674,7 +666,7 @@ use File::Glob qw(:case); }, 'libnet' => { - 'DISTRIBUTION' => 'SHAY/libnet-3.07.tar.gz', + 'DISTRIBUTION' => 'SHAY/libnet-3.08.tar.gz', 'FILES' => q[cpan/libnet], 'EXCLUDED' => [ qw( Configure @@ -689,7 +681,7 @@ use File::Glob qw(:case); }, 'Locale-Codes' => { - 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.37.tar.gz', + 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.39.tar.gz', 'FILES' => q[cpan/Locale-Codes], 'EXCLUDED' => [ qw( README.first @@ -704,7 +696,7 @@ use File::Glob qw(:case); }, 'Locale::Maketext' => { - 'DISTRIBUTION' => 'TODDR/Locale-Maketext-1.26.tar.gz', + 'DISTRIBUTION' => 'TODDR/Locale-Maketext-1.27.tar.gz', 'FILES' => q[dist/Locale-Maketext], 'EXCLUDED' => [ qw( @@ -721,7 +713,7 @@ use File::Glob qw(:case); }, 'Math::BigInt' => { - 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.999714.tar.gz', + 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.999724.tar.gz', 'FILES' => q[cpan/Math-BigInt], 'EXCLUDED' => [ qr{^inc/}, @@ -736,7 +728,7 @@ use File::Glob qw(:case); }, 'Math::BigInt::FastCalc' => { - 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.40.tar.gz', + 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.42.tar.gz', 'FILES' => q[cpan/Math-BigInt-FastCalc], 'EXCLUDED' => [ qr{^inc/}, @@ -759,20 +751,17 @@ use File::Glob qw(:case); }, 'Math::BigRat' => { - 'DISTRIBUTION' => 'PJACKLAM/Math-BigRat-0.260801.tar.gz', + 'DISTRIBUTION' => 'PJACKLAM/Math-BigRat-0.260804.tar.gz', 'FILES' => q[cpan/Math-BigRat], 'EXCLUDED' => [ qr{^inc/}, + qr{^t/author-}, qw( t/00sig.t t/01load.t t/02pod.t t/03podcov.t ), ], - 'CUSTOMIZED' => [ - qw( lib/Math/BigRat.pm - ), - ], }, 'Math::Complex' => { @@ -798,7 +787,7 @@ use File::Glob qw(:case); }, 'Module::CoreList' => { - 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20151220.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20160620.tar.gz', 'FILES' => q[dist/Module-CoreList], }, @@ -818,7 +807,7 @@ use File::Glob qw(:case); }, 'Module::Metadata' => { - 'DISTRIBUTION' => 'ETHER/Module-Metadata-1.000031-TRIAL.tar.gz', + 'DISTRIBUTION' => 'ETHER/Module-Metadata-1.000032-TRIAL.tar.gz', 'FILES' => q[cpan/Module-Metadata], 'EXCLUDED' => [ qw(t/00-report-prereqs.t), @@ -826,6 +815,8 @@ use File::Glob qw(:case); qr{weaver.ini}, qr{^xt}, ], + # https://rt.perl.org/Ticket/Display.html?id=128160 + 'CUSTOMIZED' => [ qw[ t/extract-package.t ] ], }, 'Net::Ping' => { @@ -850,7 +841,7 @@ use File::Glob qw(:case); }, 'Parse::CPAN::Meta' => { - 'DISTRIBUTION' => 'DAGOLDEN/Parse-CPAN-Meta-1.4417.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/Parse-CPAN-Meta-1.4422.tar.gz', 'FILES' => q[cpan/Parse-CPAN-Meta], 'EXCLUDED' => [ qw[t/00-report-prereqs.dd], @@ -860,7 +851,7 @@ use File::Glob qw(:case); }, 'PathTools' => { - 'DISTRIBUTION' => 'RJBS/PathTools-3.60.tar.gz', + 'DISTRIBUTION' => 'RJBS/PathTools-3.62.tar.gz', 'FILES' => q[dist/PathTools], 'EXCLUDED' => [ qr{^t/lib/Test/}, @@ -869,13 +860,13 @@ use File::Glob qw(:case); }, 'Perl::OSType' => { - 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.009.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/Perl-OSType-1.010.tar.gz', 'FILES' => q[cpan/Perl-OSType], 'EXCLUDED' => [qw(tidyall.ini), qr/^xt/, qr{^t/00-}], }, 'perlfaq' => { - 'DISTRIBUTION' => 'LLAP/perlfaq-5.021010.tar.gz', + 'DISTRIBUTION' => 'LLAP/perlfaq-5.021011.tar.gz', 'FILES' => q[cpan/perlfaq], 'EXCLUDED' => [ qw( inc/CreateQuestionList.pm @@ -891,8 +882,14 @@ use File::Glob qw(:case); }, 'Pod::Checker' => { - 'DISTRIBUTION' => 'MAREKR/Pod-Checker-1.60.tar.gz', + 'DISTRIBUTION' => 'MAREKR/Pod-Checker-1.73.tar.gz', 'FILES' => q[cpan/Pod-Checker], + 'CUSTOMIZED' => [ qw[ + t/pod/contains_bad_pod.xr + t/pod/selfcheck.t + t/pod/testcmp.pl + t/pod/testpchk.pl + ] ], }, 'Pod::Escapes' => { @@ -929,28 +926,16 @@ use File::Glob qw(:case); }, 'Pod::Usage' => { - 'DISTRIBUTION' => 'MAREKR/Pod-Usage-1.67.tar.gz', + 'DISTRIBUTION' => 'MAREKR/Pod-Usage-1.69.tar.gz', 'FILES' => q[cpan/Pod-Usage], }, 'podlators' => { - 'DISTRIBUTION' => 'RRA/podlators-4.03.tar.gz', + 'DISTRIBUTION' => 'RRA/podlators-4.07.tar.gz', 'FILES' => q[cpan/podlators pod/perlpodstyle.pod], - # The perl distribution has pod2man.PL and pod2text.PL, which are - # run to create pod2man and pod2text, while the CPAN distribution - # just has the post-generated pod2man and pod2text files. - # The following entries attempt to codify that odd fact. - 'CUSTOMIZED' => [ - qw( scripts/pod2man.PL - scripts/pod2text.PL - ), - ], 'MAP' => { '' => 'cpan/podlators/', - 'scripts/pod2man' => 'cpan/podlators/scripts/pod2man.PL', - 'scripts/pod2text' => 'cpan/podlators/scripts/pod2text.PL', - # this file lives outside the cpan/ directory 'pod/perlpodstyle.pod' => 'pod/perlpodstyle.pod', }, @@ -962,10 +947,10 @@ use File::Glob qw(:case); }, 'Scalar-List-Utils' => { - 'DISTRIBUTION' => 'PEVANS/Scalar-List-Utils-1.42.tar.gz', + 'DISTRIBUTION' => 'PEVANS/Scalar-List-Utils-1.45.tar.gz', 'FILES' => q[cpan/Scalar-List-Utils], - # Waiting to be merged upstream: - # https://github.com/Scalar-List-Utils/Scalar-List-Utils/pull/24 + # Waiting to be merged upstream + # https://github.com/Scalar-List-Utils/Scalar-List-Utils/pull/42 'CUSTOMIZED' => [ qw( ListUtil.xs lib/List/Util.pm @@ -993,6 +978,7 @@ use File::Glob qw(:case); # https://rt.cpan.org/Ticket/Display.html?id=106797 # https://rt.cpan.org/Ticket/Display.html?id=107058 + # https://rt.cpan.org/Ticket/Display.html?id=111707 'CUSTOMIZED' => [ qw[ Socket.pm Socket.xs ] ], }, @@ -1005,7 +991,7 @@ use File::Glob qw(:case); }, 'Sys::Syslog' => { - 'DISTRIBUTION' => 'SAPER/Sys-Syslog-0.33.tar.gz', + 'DISTRIBUTION' => 'SAPER/Sys-Syslog-0.34.tar.gz', 'FILES' => q[cpan/Sys-Syslog], 'EXCLUDED' => [ qr{^eg/}, @@ -1022,7 +1008,7 @@ use File::Glob qw(:case); }, 'Term::ANSIColor' => { - 'DISTRIBUTION' => 'RRA/Term-ANSIColor-4.04.tar.gz', + 'DISTRIBUTION' => 'RRA/Term-ANSIColor-4.05.tar.gz', 'FILES' => q[cpan/Term-ANSIColor], 'EXCLUDED' => [ qr{^examples/}, @@ -1056,16 +1042,13 @@ use File::Glob qw(:case); }, 'Test::Harness' => { - 'DISTRIBUTION' => 'LEONT/Test-Harness-3.35.tar.gz', + 'DISTRIBUTION' => 'LEONT/Test-Harness-3.36.tar.gz', 'FILES' => q[cpan/Test-Harness], 'EXCLUDED' => [ qr{^examples/}, - qr{^inc/}, - qr{^t/lib/Test/}, qr{^xt/}, qw( Changes-2.64 MANIFEST.CUMMULATIVE - NotBuild.PL HACKING.pod perlcriticrc t/000-load.t @@ -1075,17 +1058,18 @@ use File::Glob qw(:case); }, 'Test::Simple' => { - 'DISTRIBUTION' => 'EXODIST/Test-Simple-1.001014.tar.gz', + 'DISTRIBUTION' => 'EXODIST/Test-Simple-1.302035.tar.gz', 'FILES' => q[cpan/Test-Simple], 'EXCLUDED' => [ - qr{^t/xt}, qr{^xt}, - qw( .perlcriticrc - .perltidyrc + qw( perltidyrc examples/indent.pl examples/subtest.t + examples/tools.pl + examples/tools.t t/00compile.t - t/xxx-changes_updated.t + t/00-report.t + t/zzz-check-breaks.t ), ], }, @@ -1131,7 +1115,7 @@ use File::Glob qw(:case); # correct for this (and Thread::Semaphore, threads, and threads::shared) # to be under dist/ rather than cpan/ 'Thread::Queue' => { - 'DISTRIBUTION' => 'JDHEDDEN/Thread-Queue-3.07.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/Thread-Queue-3.11.tar.gz', 'FILES' => q[dist/Thread-Queue], 'EXCLUDED' => [ qr{^examples/}, @@ -1155,7 +1139,7 @@ use File::Glob qw(:case); }, 'threads' => { - 'DISTRIBUTION' => 'JDHEDDEN/threads-2.02.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/threads-2.09.tar.gz', 'FILES' => q[dist/threads], 'EXCLUDED' => [ qr{^examples/}, @@ -1167,7 +1151,7 @@ use File::Glob qw(:case); }, 'threads::shared' => { - 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.48.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/threads-shared-1.52.tar.gz', 'FILES' => q[dist/threads-shared], 'EXCLUDED' => [ qw( examples/class.pl @@ -1189,8 +1173,8 @@ use File::Glob qw(:case); }, 'Time::HiRes' => { - 'DISTRIBUTION' => 'RJBS/Time-HiRes-1.9728.tar.gz', - 'FILES' => q[cpan/Time-HiRes], + 'DISTRIBUTION' => 'JHI/Time-HiRes-1.9739.tar.gz', + 'FILES' => q[dist/Time-HiRes], }, 'Time::Local' => { @@ -1221,12 +1205,19 @@ use File::Glob qw(:case); }, 'Unicode::Normalize' => { - 'DISTRIBUTION' => 'KHW/Unicode-Normalize-1.24.tar.gz', + 'DISTRIBUTION' => 'KHW/Unicode-Normalize-1.25.tar.gz', 'FILES' => q[cpan/Unicode-Normalize], + 'EXCLUDED' => [ + qw( MANIFEST.N + Normalize.pmN + disableXS + enableXS + ), + ], }, 'version' => { - 'DISTRIBUTION' => 'JPEACOCK/version-0.9909.tar.gz', + 'DISTRIBUTION' => 'JPEACOCK/version-0.9917.tar.gz', 'FILES' => q[cpan/version vutil.c vutil.h vxs.inc], 'EXCLUDED' => [ qr{^vutil/lib/}, @@ -1235,7 +1226,7 @@ use File::Glob qw(:case); 'vutil/vxs.xs', 't/00impl-pp.t', 't/survey_locales', - 'lib/version/vpp.pm', + 'vperl/vpp.pm', ], # When adding the CPAN-distributed files for version.pm, it is necessary @@ -1244,14 +1235,9 @@ use File::Glob qw(:case); 'CUSTOMIZED' => [ qw( lib/version.pm ), - - # Merged upstream, waiting for new CPAN release: see CPAN RT#92721 - qw( vutil.c - ), ], 'MAP' => { - 'vperl/' => 'cpan/version/lib/version/', 'vutil/' => '', '' => 'cpan/version/', }, @@ -1272,30 +1258,15 @@ use File::Glob qw(:case); }, 'Win32API::File' => { - 'DISTRIBUTION' => 'CHORNY/Win32API-File-0.1202.tar.gz', + 'DISTRIBUTION' => 'CHORNY/Win32API-File-0.1203.tar.gz', 'FILES' => q[cpan/Win32API-File], 'EXCLUDED' => [ qr{^ex/}, ], - - # Currently all EOL differences. Waiting for a new upstream release: - # All the files in the GitHub repo have UNIX EOLs already. - 'CUSTOMIZED' => [ - qw( ExtUtils/Myconst2perl.pm - Makefile.PL - buffers.h - cFile.h - cFile.pc - const2perl.h - t/file.t - t/tie.t - typemap - ), - ], }, 'XSLoader' => { - 'DISTRIBUTION' => 'SAPER/XSLoader-0.16.tar.gz', + 'DISTRIBUTION' => 'SAPER/XSLoader-0.22.tar.gz', 'FILES' => q[dist/XSLoader], 'EXCLUDED' => [ qr{^eg/}, @@ -1439,6 +1410,7 @@ use File::Glob qw(:case); lib/overload{.pm,.t,64.t} lib/perl5db.{pl,t} lib/perl5db/ + lib/perlbug.t lib/sigtrap.{pm,t} lib/sort.{pm,t} lib/strict.{pm,t}