In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/e63f47ca6d8204615d2baf90b04e8749b1260472?hp=fea97686030c8c2a333a9db3d7a250ac81c5212c>
- Log ----------------------------------------------------------------- commit e63f47ca6d8204615d2baf90b04e8749b1260472 Author: Steve Hay <[email protected]> Date: Wed Oct 4 13:55:19 2017 +0100 Note that vutil.c is customized in blead This was done by 7394beb140 but didn't make it into the last version upgrade (0.9918). M Porting/Maintainers.pl M t/porting/customized.dat commit e765fd18355220541842688c1d7c7c8e41dddae5 Author: Steve Hay <[email protected]> Date: Wed Oct 4 13:40:10 2017 +0100 Fix mapping of Filter-Util-Call/filter-util.pl and note that t/z_manifest.t is excluded. M Porting/Maintainers.pl commit bb20cabd278b23a0ae7e5d740a3529d7d08e770b Author: Steve Hay <[email protected]> Date: Wed Oct 4 13:33:06 2017 +0100 Note Devel-PPPort/parts/embed.fnc is customized in blead M Porting/Maintainers.pl M t/porting/customized.dat commit 94ca971f7bdb2a041643678f6694a619140a50b0 Author: Steve Hay <[email protected]> Date: Wed Oct 4 13:30:41 2017 +0100 Change BadMETA.yml EOLs to match CPAN distro's version M cpan/CPAN-Meta/corpus/BadMETA.yml commit 829e99772f533807d50c77a3ac85095f9cbcfff4 Author: Steve Hay <[email protected]> Date: Wed Oct 4 13:24:58 2017 +0100 Note perlfaq/lib/perlfaq[58].pod are customized in blead M Porting/Maintainers.pl M t/porting/customized.dat commit 6d5e6e62b8fee142763cdc738c9e8fd2cabed017 Author: Steve Hay <[email protected]> Date: Wed Oct 4 13:20:10 2017 +0100 Note pod/perlpodstyle.pod is customized in blead M Porting/Maintainers.pl M t/porting/customized.dat commit 20db88dfc4faed625a6d9448fc699f8517e366f6 Author: Steve Hay <[email protected]> Date: Wed Oct 4 13:19:11 2017 +0100 Note Net-Ping/t/510_ping_udp.t is also customized in blead M Porting/Maintainers.pl M t/porting/customized.dat commit af4e87b21128f6d8bc8abb69caed24782d00a3b7 Author: Steve Hay <[email protected]> Date: Wed Oct 4 13:14:27 2017 +0100 Regen customized.dat M t/porting/customized.dat commit 2a19f951ab19a611cf3e713de54255fb78493692 Author: Steve Hay <[email protected]> Date: Wed Oct 4 13:13:39 2017 +0100 Pod-Simple-3.35 is KHW, not MARCGREEN M Porting/Maintainers.pl ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 25 ++++++++++++++------ cpan/CPAN-Meta/corpus/BadMETA.yml | 48 +++++++++++++++++++-------------------- t/porting/customized.dat | 7 +++++- 3 files changed, 48 insertions(+), 32 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 8ad3b5c205..8c35f150c8 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -344,7 +344,8 @@ use File::Glob qw(:case); 'FILES' => q[cpan/Devel-PPPort], 'EXCLUDED' => [ 'PPPort.pm', # we use PPPort_pm.PL instead - ] + ], + 'CUSTOMIZED' => [ qw[ parts/embed.fnc ] ], }, 'Devel::SelfStubber' => { @@ -542,6 +543,7 @@ use File::Glob qw(:case); t/sh.t t/tee.t t/z_kwalitee.t + t/z_manifest.t t/z_meta.t t/z_perl_minimum_version.t t/z_pod-coverage.t @@ -549,10 +551,10 @@ use File::Glob qw(:case); ), ], 'MAP' => { - 'Call/' => 'cpan/Filter-Util-Call/', - 'filter-util.pl' => 'cpan/Filter-Util-Call/filter-util.pl', - 'perlfilter.pod' => 'pod/perlfilter.pod', - '' => 'cpan/Filter-Util-Call/', + 'Call/' => 'cpan/Filter-Util-Call/', + 't/filter-util.pl' => 'cpan/Filter-Util-Call/filter-util.pl', + 'perlfilter.pod' => 'pod/perlfilter.pod', + '' => 'cpan/Filter-Util-Call/', }, }, @@ -832,7 +834,11 @@ use File::Glob qw(:case); qw(t/601_pod-coverage.t), ], 'CUSTOMIZED' => [ - qw( t/000_load.t t/001_new.t t/010_pingecho.t t/500_ping_icmp.t), + qw( t/000_load.t + t/001_new.t + t/010_pingecho.t + t/500_ping_icmp.t + t/510_ping_udp.t), ], }, @@ -880,6 +886,8 @@ use File::Glob qw(:case); t/00-compile.t), qr{^xt/}, ], + + 'CUSTOMIZED' => [ qw[ lib/perlfaq5.pod lib/perlfaq8.pod ] ], }, 'PerlIO::via::QuotedPrint' => { @@ -928,7 +936,7 @@ use File::Glob qw(:case); }, 'Pod::Simple' => { - 'DISTRIBUTION' => 'MARCGREEN/Pod-Simple-3.35.tar.gz', + 'DISTRIBUTION' => 'KHW/Pod-Simple-3.35.tar.gz', 'FILES' => q[cpan/Pod-Simple], }, @@ -949,6 +957,8 @@ use File::Glob qw(:case); # this file lives outside the cpan/ directory 'pod/perlpodstyle.pod' => 'pod/perlpodstyle.pod', }, + + 'CUSTOMIZED' => [ qw[ pod/perlpodstyle.pod ] ], }, 'Safe' => { @@ -1239,6 +1249,7 @@ use File::Glob qw(:case); # only necessary with the CPAN release. 'CUSTOMIZED' => [ qw( lib/version.pm + vutil.c ), ], diff --git a/cpan/CPAN-Meta/corpus/BadMETA.yml b/cpan/CPAN-Meta/corpus/BadMETA.yml index ef0b0f8e85..79fece368c 100644 --- a/cpan/CPAN-Meta/corpus/BadMETA.yml +++ b/cpan/CPAN-Meta/corpus/BadMETA.yml @@ -1,24 +1,24 @@ ---- -abstract: ~ -author: - - 'Olivier Mengué' -build_requires: - ExtUtils::MakeMaker: 6.36 -configure_requires: - ExtUtils::MakeMaker: 6.36 -distribution_type: module -dynamic_config: 1 -generated_by: 'Module::Install version 1.06' -license: perl -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 -name: Foo -no_index: - directory: - - inc -requires: - perl: 5.005 -resources: - license: http://dev.perl.org/licenses/ -version: 0.01 +--- +abstract: ~ +author: + - 'Olivier Mengué' +build_requires: + ExtUtils::MakeMaker: 6.36 +configure_requires: + ExtUtils::MakeMaker: 6.36 +distribution_type: module +dynamic_config: 1 +generated_by: 'Module::Install version 1.06' +license: perl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: Foo +no_index: + directory: + - inc +requires: + perl: 5.005 +resources: + license: http://dev.perl.org/licenses/ +version: 0.01 diff --git a/t/porting/customized.dat b/t/porting/customized.dat index 59e3bb1acc..986417de09 100644 --- a/t/porting/customized.dat +++ b/t/porting/customized.dat @@ -1,5 +1,5 @@ +Devel::PPPort cpan/Devel-PPPort/parts/embed.fnc e030719d9c6921810554a8e2d398543348b4878c Digest cpan/Digest/Digest.pm 43f7f544cb11842b2f55c73e28930da50774e081 -ExtUtils::Constant cpan/ExtUtils-Constant/t/Constant.t a0369c919e216fb02767a637666bb4577ad79b02 Locale::Maketext::Simple cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm 57ed38905791a17c150210cd6f42ead22a7707b6 Math::Complex cpan/Math-Complex/lib/Math/Complex.pm 198ea6c6c584f5ea79a0fd7e9d411d0878f3b2af Math::Complex cpan/Math-Complex/t/Complex.t 4f307ed6fc59f1e5fb0e6b11103fc631b6bdb335 @@ -9,6 +9,7 @@ Net::Ping dist/Net-Ping/t/000_load.t deff5dc2ca54dae28cb19d3631427db127279ac2 Net::Ping dist/Net-Ping/t/001_new.t 90c9d63509b3efc8941449fbd1ca8b807fa42040 Net::Ping dist/Net-Ping/t/010_pingecho.t fd91db2daf78a994bd0210ab32cca2a46dff4f44 Net::Ping dist/Net-Ping/t/500_ping_icmp.t a003daa5eaf215e58234786bb1fbfbebf669bf44 +Net::Ping dist/Net-Ping/t/510_ping_udp.t 6f01825a13a3ea294888bbd3af0aac95fb7f672f Pod::Checker cpan/Pod-Checker/t/pod/contains_bad_pod.xr 73538fd80dfe6e19ad561fe034009b44460208f6 Pod::Checker cpan/Pod-Checker/t/pod/selfcheck.t 8ce3cfd38e4b9bcf5bc7fe7f2a14195e49aed7d8 Pod::Checker cpan/Pod-Checker/t/pod/testcmp.pl a0cd5c8eca775c7753f4464eee96fa916e3d8a16 @@ -16,4 +17,8 @@ Pod::Checker cpan/Pod-Checker/t/pod/testpchk.pl b2072c7f4379fd050e15424175d7cac5 Socket cpan/Socket/Socket.pm 98e38176d745c38282907f391c077298f5a3d0ba Socket cpan/Socket/Socket.xs edd4fed212785f11c5c2095a75941dad27d586d9 autodie cpan/autodie/t/mkdir.t 9e70d2282a3cc7d76a78bf8144fccba20fb37dac +perlfaq cpan/perlfaq/lib/perlfaq5.pod bcc1b6af3b6dff3973643acf8d5e741463374123 +perlfaq cpan/perlfaq/lib/perlfaq8.pod bffbc0c8fa828aead24e0891a5e789369a8e0743 +podlators pod/perlpodstyle.pod c6500c9950b46e8228d4adbc09a3ee2ef23de2d0 version cpan/version/lib/version.pm bee369df1bd84e09107a90d72ec12c38bcb97cce +version vutil.c 7aaa76516123ced7445abe3a015c58007854be85 -- Perl5 Master Repository
