X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/212f8d8f96a73d28eefc56db48f8a30c0d6c0088..3a8a164234708d6849d55a7b08ce31e258925c60:/Porting/Maintainers.pl diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index c9bc627..e82d47c 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -179,23 +179,26 @@ use File::Glob qw(:case); }, 'base' => { - 'DISTRIBUTION' => 'RGARCIA/base-2.18.tar.gz', + 'DISTRIBUTION' => 'RJBS/base-2.23.tar.gz', 'FILES' => q[dist/base], }, 'bignum' => { - 'DISTRIBUTION' => 'PJACKLAM/bignum-0.37.tar.gz', - 'FILES' => q[dist/bignum], + 'DISTRIBUTION' => 'PJACKLAM/bignum-0.42.tar.gz', + 'FILES' => q[cpan/bignum], 'EXCLUDED' => [ qr{^inc/Module/}, - qw( t/pod.t - t/pod_cov.t + qr{^t/author-}, + qw( t/00sig.t + t/01load.t + t/02pod.t + t/03podcov.t ), ], }, 'Carp' => { - 'DISTRIBUTION' => 'RJBS/Carp-1.36.tar.gz', + 'DISTRIBUTION' => 'RJBS/Carp-1.38.tar.gz', 'FILES' => q[dist/Carp], }, @@ -224,7 +227,7 @@ use File::Glob qw(:case); }, 'Config::Perl::V' => { - 'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.24.tgz', + 'DISTRIBUTION' => 'HMBRAND/Config-Perl-V-0.25.tgz', 'FILES' => q[cpan/Config-Perl-V], 'EXCLUDED' => [qw( examples/show-v.pl @@ -301,7 +304,7 @@ use File::Glob qw(:case); }, 'CPAN::Meta::Requirements' => { - 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-Requirements-2.133.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-Requirements-2.140.tar.gz', 'FILES' => q[cpan/CPAN-Meta-Requirements], 'EXCLUDED' => [ qw(t/00-report-prereqs.t), @@ -312,7 +315,7 @@ use File::Glob qw(:case); }, 'CPAN::Meta::YAML' => { - 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-YAML-0.017-TRIAL.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-YAML-0.018.tar.gz', 'FILES' => q[cpan/CPAN-Meta-YAML], 'EXCLUDED' => [ 't/00-report-prereqs.t', @@ -384,19 +387,17 @@ use File::Glob qw(:case); }, 'Encode' => { - 'DISTRIBUTION' => 'DANKOGAI/Encode-2.78.tar.gz', + 'DISTRIBUTION' => 'DANKOGAI/Encode-2.80.tar.gz', 'FILES' => q[cpan/Encode], CUSTOMIZED => [ - qw( Encode.xs - Unicode/Unicode.xs - encoding.pm + qw( encoding.pm ), ], }, 'encoding::warnings' => { 'DISTRIBUTION' => 'AUDREYT/encoding-warnings-0.11.tar.gz', - 'FILES' => q[cpan/encoding-warnings], + 'FILES' => q[dist/encoding-warnings], 'EXCLUDED' => [ qr{^inc/Module/}, qw(t/0-signature.t), @@ -436,10 +437,7 @@ use File::Glob qw(:case); 'ExtUtils::Constant' => { - # Nick has confirmed that while we have diverged from CPAN, - # this package isn't primarily maintained in core - # Another release will happen "Sometime" - 'DISTRIBUTION' => '', #'NWCLARK/ExtUtils-Constant-0.16.tar.gz', + 'DISTRIBUTION' => 'NWCLARK/ExtUtils-Constant-0.23.tar.gz', 'FILES' => q[cpan/ExtUtils-Constant], 'EXCLUDED' => [ qw( lib/ExtUtils/Constant/Aaargh56Hash.pm @@ -447,6 +445,8 @@ use File::Glob qw(:case); examples/perl_regcomp_posix_keyword.pl ), ], + # cc37ebcee3 to fix VMS failure + 'CUSTOMIZED' => [ qw(t/Constant.t) ], }, 'ExtUtils::Install' => { @@ -474,6 +474,7 @@ use File::Glob qw(:case); qr{^\.perlcriticrc}, 'PATCHING', 'README.packaging', + 'lib/ExtUtils/MakeMaker/version/vpp.pm', ], # Upstreamed as https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/commit/ede9ea4a 'CUSTOMIZED' => [ @@ -482,6 +483,40 @@ use File::Glob qw(:case); qq[t/vstrings.t], # Upstreamed as https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/commit/dd1e236ab qq[lib/ExtUtils/MM_VMS.pm], + # Not yet submitted + qq[t/lib/MakeMaker/Test/NoXS.pm], + # Backported commits from upstream + qw(lib/ExtUtils/Command/MM.pm + lib/ExtUtils/Liblist.pm + lib/ExtUtils/Liblist/Kid.pm + lib/ExtUtils/MM.pm + lib/ExtUtils/MM_AIX.pm + lib/ExtUtils/MM_Any.pm + lib/ExtUtils/MM_BeOS.pm + lib/ExtUtils/MM_Cygwin.pm + lib/ExtUtils/MM_DOS.pm + lib/ExtUtils/MM_Darwin.pm + lib/ExtUtils/MM_MacOS.pm + lib/ExtUtils/MM_NW5.pm + lib/ExtUtils/MM_OS2.pm + lib/ExtUtils/MM_QNX.pm + lib/ExtUtils/MM_UWIN.pm + lib/ExtUtils/MM_Unix.pm + lib/ExtUtils/MM_VOS.pm + lib/ExtUtils/MM_Win32.pm + lib/ExtUtils/MM_Win95.pm + lib/ExtUtils/MY.pm + lib/ExtUtils/MakeMaker/Config.pm + lib/ExtUtils/MakeMaker/FAQ.pod + lib/ExtUtils/MakeMaker/Tutorial.pod + lib/ExtUtils/MakeMaker/version.pm + lib/ExtUtils/MakeMaker/version/regex.pm + lib/ExtUtils/Mkbootstrap.pm + lib/ExtUtils/Mksymlists.pm + lib/ExtUtils/testlib.pm + t/cd.t + t/echo.t + ), ], }, @@ -570,7 +605,7 @@ use File::Glob qw(:case); }, 'Getopt::Long' => { - 'DISTRIBUTION' => 'JV/Getopt-Long-2.47.tar.gz', + 'DISTRIBUTION' => 'JV/Getopt-Long-2.48.tar.gz', 'FILES' => q[cpan/Getopt-Long], 'EXCLUDED' => [ qr{^examples/}, @@ -672,7 +707,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 @@ -687,7 +722,7 @@ use File::Glob qw(:case); }, 'Locale-Codes' => { - 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.36.tar.gz', + 'DISTRIBUTION' => 'SBECK/Locale-Codes-3.37.tar.gz', 'FILES' => q[cpan/Locale-Codes], 'EXCLUDED' => [ qw( README.first @@ -719,11 +754,12 @@ use File::Glob qw(:case); }, 'Math::BigInt' => { - 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.999704.tar.gz', + 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.999715.tar.gz', 'FILES' => q[cpan/Math-BigInt], 'EXCLUDED' => [ qr{^inc/}, qr{^examples/}, + qr{^t/author-}, qw( t/00sig.t t/01load.t t/02pod.t @@ -733,7 +769,7 @@ use File::Glob qw(:case); }, 'Math::BigInt::FastCalc' => { - 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.34.tar.gz', + 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.40.tar.gz', 'FILES' => q[cpan/Math-BigInt-FastCalc], 'EXCLUDED' => [ qr{^inc/}, @@ -756,7 +792,7 @@ use File::Glob qw(:case); }, 'Math::BigRat' => { - 'DISTRIBUTION' => 'PJACKLAM/Math-BigRat-0.260801.tar.gz', + 'DISTRIBUTION' => 'PJACKLAM/Math-BigRat-0.260802.tar.gz', 'FILES' => q[cpan/Math-BigRat], 'EXCLUDED' => [ qr{^inc/}, @@ -764,6 +800,7 @@ use File::Glob qw(:case); t/01load.t t/02pod.t t/03podcov.t + t/blog-mbr.t ), ], 'CUSTOMIZED' => [ @@ -795,7 +832,7 @@ use File::Glob qw(:case); }, 'Module::CoreList' => { - 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20150920.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20160120.tar.gz', 'FILES' => q[dist/Module-CoreList], }, @@ -815,7 +852,7 @@ use File::Glob qw(:case); }, 'Module::Metadata' => { - 'DISTRIBUTION' => 'ETHER/Module-Metadata-1.000029-TRIAL.tar.gz', + 'DISTRIBUTION' => 'ETHER/Module-Metadata-1.000031-TRIAL.tar.gz', 'FILES' => q[cpan/Module-Metadata], 'EXCLUDED' => [ qw(t/00-report-prereqs.t), @@ -857,9 +894,12 @@ use File::Glob qw(:case); }, 'PathTools' => { - 'DISTRIBUTION' => 'SMUELLER/PathTools-3.47.tar.gz', + 'DISTRIBUTION' => 'RJBS/PathTools-3.62.tar.gz', 'FILES' => q[dist/PathTools], - 'EXCLUDED' => [qr{^t/lib/Test/}], + 'EXCLUDED' => [ + qr{^t/lib/Test/}, + qw( t/rel2abs_vs_symlink.t), + ], }, 'Perl::OSType' => { @@ -913,54 +953,32 @@ use File::Glob qw(:case); 'EXCLUDED' => ['perldoc'], # https://rt.cpan.org/Ticket/Display.html?id=106798 + # https://rt.cpan.org/Ticket/Display.html?id=110368 'CUSTOMIZED' => [ qw[ lib/Pod/Perldoc.pm ] ], }, 'Pod::Simple' => { - 'DISTRIBUTION' => 'DWHEELER/Pod-Simple-3.30.tar.gz', + 'DISTRIBUTION' => 'MARCGREEN/Pod-Simple-3.32.tar.gz', 'FILES' => q[cpan/Pod-Simple], - # https://rt.cpan.org/Public/Bug/Display.html?id=103439 - # https://rt.cpan.org/Public/Bug/Display.html?id=105192 - # https://rt.cpan.org/Public/Bug/Display.html?id=105511 - 'CUSTOMIZED' => [ - qw( lib/Pod/Simple/Search.pm - lib/Pod/Simple/BlackBox.pm - t/search10.t - t/search12.t - t/search20.t - t/search22.t - t/search26.t - t/search28.t - ), - ], }, 'Pod::Usage' => { - 'DISTRIBUTION' => 'MAREKR/Pod-Usage-1.67.tar.gz', + 'DISTRIBUTION' => 'MAREKR/Pod-Usage-1.68.tar.gz', 'FILES' => q[cpan/Pod-Usage], }, 'podlators' => { - 'DISTRIBUTION' => 'RRA/podlators-2.5.3.tar.gz', + 'DISTRIBUTION' => 'RRA/podlators-4.05.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', + 'pod/perlpodstyle' => 'pod/perlpodstyle.pod', }, + 'CUSTOMIZED' => [ + qw( Makefile.PL ) + ], }, 'Safe' => { @@ -999,12 +1017,16 @@ use File::Glob qw(:case); 'FILES' => q[cpan/Socket], # https://rt.cpan.org/Ticket/Display.html?id=106797 + # https://rt.cpan.org/Ticket/Display.html?id=107058 'CUSTOMIZED' => [ qw[ Socket.pm Socket.xs ] ], }, 'Storable' => { 'DISTRIBUTION' => 'AMS/Storable-2.51.tar.gz', 'FILES' => q[dist/Storable], + 'EXCLUDED' => [ + qr{^t/compat/}, + ], }, 'Sys::Syslog' => { @@ -1025,7 +1047,7 @@ use File::Glob qw(:case); }, 'Term::ANSIColor' => { - 'DISTRIBUTION' => 'RRA/Term-ANSIColor-4.03.tar.gz', + 'DISTRIBUTION' => 'RRA/Term-ANSIColor-4.04.tar.gz', 'FILES' => q[cpan/Term-ANSIColor], 'EXCLUDED' => [ qr{^examples/}, @@ -1059,16 +1081,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 @@ -1113,13 +1132,6 @@ use File::Glob qw(:case); 'Text::ParseWords' => { 'DISTRIBUTION' => 'CHORNY/Text-ParseWords-3.30.tar.gz', 'FILES' => q[cpan/Text-ParseWords], - - # Waiting to be merged upstream: - # see https://github.com/chorny/Text-ParseWords/pull/6 - 'CUSTOMIZED' => [ - qw( t/ParseWords.t - ), - ], }, 'Text-Tabs+Wrap' => { @@ -1141,7 +1153,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.06.tar.gz', + 'DISTRIBUTION' => 'JDHEDDEN/Thread-Queue-3.07.tar.gz', 'FILES' => q[dist/Thread-Queue], 'EXCLUDED' => [ qr{^examples/}, @@ -1199,7 +1211,7 @@ use File::Glob qw(:case); }, 'Time::HiRes' => { - 'DISTRIBUTION' => 'RJBS/Time-HiRes-1.9727_02.tar.gz', + 'DISTRIBUTION' => 'RJBS/Time-HiRes-1.9728.tar.gz', 'FILES' => q[cpan/Time-HiRes], }, @@ -1212,7 +1224,7 @@ use File::Glob qw(:case); }, 'Time::Piece' => { - 'DISTRIBUTION' => 'RJBS/Time-Piece-1.30.tar.gz', + 'DISTRIBUTION' => 'ESAYM/Time-Piece-1.31.tar.gz', 'FILES' => q[cpan/Time-Piece], }, @@ -1231,8 +1243,15 @@ use File::Glob qw(:case); }, 'Unicode::Normalize' => { - 'DISTRIBUTION' => 'KHW/Unicode-Normalize-1.21.tar.gz', + 'DISTRIBUTION' => 'KHW/Unicode-Normalize-1.25.tar.gz', 'FILES' => q[cpan/Unicode-Normalize], + 'EXCLUDED' => [ + qw( MANIFEST.N + Normalize.pmN + disableXS + enableXS + ), + ], }, 'version' => { @@ -1243,7 +1262,9 @@ use File::Glob qw(:case); 'vutil/Makefile.PL', 'vutil/ppport.h', 'vutil/vxs.xs', + 't/00impl-pp.t', 't/survey_locales', + 'lib/version/vpp.pm', ], # When adding the CPAN-distributed files for version.pm, it is necessary