X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/686a07f48a98cac22ae2aac42df706b176496784..9f601cf3bbfa6be3e2ab3468e77a7b79c80ff5cf:/Porting/Maintainers.pl diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 9ab84aa..cd4567b 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -16,7 +16,7 @@ use File::Glob qw(:case); # complain if it can't find them) @IGNORABLE = qw( - .cvsignore .dualLivedDiffConfig .gitignore .perlcriticrc .perltidyrc + .cvsignore .dualLivedDiffConfig .gitignore .github .perlcriticrc .perltidyrc .travis.yml ANNOUNCE Announce Artistic AUTHORS BENCHMARK BUGS Build.PL CHANGELOG ChangeLog Changelog CHANGES Changes CONTRIBUTING CONTRIBUTING.md CONTRIBUTING.mkdn COPYING Copying cpanfile CREDITS dist.ini GOALS HISTORY @@ -346,7 +346,7 @@ use File::Glob qw(:case); }, 'Devel::PPPort' => { - 'DISTRIBUTION' => 'ATOOMIC/Devel-PPPort-3.52.tar.gz', + 'DISTRIBUTION' => 'ATOOMIC/Devel-PPPort-3.54.tar.gz', 'FILES' => q[dist/Devel-PPPort], 'EXCLUDED' => [ 'PPPort.pm', # we use PPPort_pm.PL instead @@ -375,7 +375,8 @@ use File::Glob qw(:case); 'EXCLUDED' => ['rfc1321.txt'], 'CUSTOMIZED' => [ # RT #133495 - qw(MD5.xs MD5.pm) + qw(MD5.xs MD5.pm), + qw(Makefile.PL t/files.t) ], }, @@ -572,6 +573,9 @@ use File::Glob qw(:case); 'perlfilter.pod' => 'pod/perlfilter.pod', '' => 'cpan/Filter-Util-Call/', }, + 'CUSTOMIZED' => [ + qw(pod/perlfilter.pod) + ], }, 'Getopt::Long' => { @@ -714,7 +718,7 @@ use File::Glob qw(:case); }, 'Math::BigInt' => { - 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.999816.tar.gz', + 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-1.999818.tar.gz', 'FILES' => q[cpan/Math-BigInt], 'EXCLUDED' => [ qr{^examples/}, @@ -727,7 +731,7 @@ use File::Glob qw(:case); }, 'Math::BigInt::FastCalc' => { - 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.5008.tar.gz', + 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.5009.tar.gz', 'FILES' => q[cpan/Math-BigInt-FastCalc], 'EXCLUDED' => [ qr{^t/author-}, @@ -793,7 +797,7 @@ use File::Glob qw(:case); }, 'Module::CoreList' => { - 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20190920.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Module-CoreList-5.20191020.tar.gz', 'FILES' => q[dist/Module-CoreList], }, @@ -921,7 +925,7 @@ use File::Glob qw(:case); }, 'Pod::Simple' => { - 'DISTRIBUTION' => 'KHW/Pod-Simple-3.39.tar.gz', + 'DISTRIBUTION' => 'KHW/Pod-Simple-3.40.tar.gz', 'FILES' => q[cpan/Pod-Simple], }, @@ -953,7 +957,7 @@ use File::Glob qw(:case); }, 'Scalar::Util' => { - 'DISTRIBUTION' => 'PEVANS/Scalar-List-Utils-1.52.tar.gz', + 'DISTRIBUTION' => 'PEVANS/Scalar-List-Utils-1.53.tar.gz', 'FILES' => q[cpan/Scalar-List-Utils], }, @@ -982,7 +986,7 @@ use File::Glob qw(:case); }, 'Sys::Syslog' => { - 'DISTRIBUTION' => 'SAPER/Sys-Syslog-0.35.tar.gz', + 'DISTRIBUTION' => 'SAPER/Sys-Syslog-0.36.tar.gz', 'FILES' => q[cpan/Sys-Syslog], 'EXCLUDED' => [ qr{^eg/},